apps/do/vikunja-extra: use own oauth variables

This commit is contained in:
xeruf 2025-01-14 02:41:30 +01:00
parent 332f6402e7
commit 0f6febb42b
2 changed files with 1 additions and 2 deletions

View file

@ -29,6 +29,6 @@ spec:
name: stackspin-vikunja-variables name: stackspin-vikunja-variables
# OIDC # OIDC
- kind: Secret - kind: Secret
name: stackspin-vikunja-oauth-variables name: stackspin-vikunja-extra-oauth-variables
- kind: ConfigMap - kind: ConfigMap
name: stackspin-single-sign-on-kustomization-variables name: stackspin-single-sign-on-kustomization-variables

View file

@ -5,7 +5,6 @@ metadata:
# Has to live in the same namespace as the stackspin-*-oauth-variables secret # Has to live in the same namespace as the stackspin-*-oauth-variables secret
namespace: flux-system namespace: flux-system
spec: spec:
# TODO copied from wekan: https://github.com/wekan/wekan/wiki/Keycloak
grantTypes: grantTypes:
- authorization_code - authorization_code
- refresh_token - refresh_token