apps/status: fix oidc redirect url

This commit is contained in:
xeruf 2024-07-01 11:37:31 +03:00
parent aead6052f4
commit d353d5d24d
1 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,6 @@ metadata:
# Has to live in the same namespace as the stackspin-gatus-oauth-variables secret
namespace: flux-system
spec:
# TODO copied from wekan: https://github.com/wekan/wekan/wiki/Keycloak
grantTypes:
- authorization_code
- refresh_token
@ -16,6 +15,6 @@ spec:
- code
scope: "openid profile email stackspin_roles"
secretName: stackspin-gatus-oauth-variables
#redirectUris:
# - https://${gatus_domain}/oauth/openid/
redirectUris:
- "https://${gatus_domain}/authorization-code/callback"
#tokenEndpointAuthMethod: client_secret_post