do-test: fix oauth
This commit is contained in:
parent
d75af97783
commit
7cd4ce7ba2
|
@ -15,7 +15,7 @@ spec:
|
||||||
- id_token
|
- id_token
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-vikunja-test-oauth-variables
|
secretName: stackspin-vikunja-oauth-variables
|
||||||
redirectUris:
|
redirectUris:
|
||||||
- https://do-test.${domain}/auth/openid/stackspin
|
- https://do-test.${domain}/auth/openid/stackspin
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
|
@ -39,7 +39,6 @@ data:
|
||||||
password: "${postgresql_password}"
|
password: "${postgresql_password}"
|
||||||
log:
|
log:
|
||||||
path: "/app/vikunja"
|
path: "/app/vikunja"
|
||||||
http: file
|
|
||||||
database: stderr
|
database: stderr
|
||||||
databaselevel: debug
|
databaselevel: debug
|
||||||
ingress:
|
ingress:
|
||||||
|
|
Loading…
Reference in New Issue