broker alias
This commit is contained in:
@@ -245,6 +245,10 @@ spec:
|
||||
secretKeyRef:
|
||||
name: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-oidc-credentials-secret\" || 'auth-oidc' }}"
|
||||
key: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-oidc-credentials-secret-key\" || 'client-secret' }}"
|
||||
- name: AUTH_OIDC_BROKER_ALIAS
|
||||
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-oidc-broker-alias\" || '' }}"
|
||||
- name: AUTH_OIDC_BROKER_TOKEN_HEADER
|
||||
value: "{{ request.object.metadata.annotations.\"policies.forteapps.io/auth-oidc-broker-token-header\" || '' }}"
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50m
|
||||
|
||||
Reference in New Issue
Block a user