apps/status: fix oidc redirect url
This commit is contained in:
parent
aead6052f4
commit
d353d5d24d
|
@ -5,7 +5,6 @@ metadata:
|
||||||
# Has to live in the same namespace as the stackspin-gatus-oauth-variables secret
|
# Has to live in the same namespace as the stackspin-gatus-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
|
||||||
|
@ -16,6 +15,6 @@ spec:
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-gatus-oauth-variables
|
secretName: stackspin-gatus-oauth-variables
|
||||||
#redirectUris:
|
redirectUris:
|
||||||
# - https://${gatus_domain}/oauth/openid/
|
- "https://${gatus_domain}/authorization-code/callback"
|
||||||
#tokenEndpointAuthMethod: client_secret_post
|
#tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
Loading…
Reference in New Issue