added oauth envs
This commit is contained in:
@@ -167,6 +167,12 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: pastefy-oidc
|
name: pastefy-oidc
|
||||||
key: client-secret
|
key: client-secret
|
||||||
|
- name: OAUTH2_CUSTOM_SCOPES
|
||||||
|
value: "openid profile email"
|
||||||
|
- name: OAUTH2_CUSTOM_USER_ID_FIELD
|
||||||
|
value: "sub"
|
||||||
|
- name: OAUTH2_CUSTOM_USER_NAME_FIELD
|
||||||
|
value: "preferred_username"
|
||||||
- name: OAUTH2_CUSTOM_AUTH_ENDPOINT
|
- name: OAUTH2_CUSTOM_AUTH_ENDPOINT
|
||||||
value: "https://authentik.dooplex.hu/application/o/authorize/"
|
value: "https://authentik.dooplex.hu/application/o/authorize/"
|
||||||
- name: OAUTH2_CUSTOM_TOKEN_ENDPOINT
|
- name: OAUTH2_CUSTOM_TOKEN_ENDPOINT
|
||||||
|
|||||||
Reference in New Issue
Block a user