added oauth envs

This commit is contained in:
2026-01-03 21:20:04 +01:00
parent faf4c0fb7e
commit 2d1aacdbb0
+6
View File
@@ -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