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