apps/do/vikunja-extra: use own oauth variables
This commit is contained in:
parent
332f6402e7
commit
0f6febb42b
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue