Skip to content
Snippets Groups Projects
Commit d353d5d2 authored by xeruf's avatar xeruf
Browse files

apps/status: fix oidc redirect url

parent aead6052
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment