Skip to content

Commit ca406e0

Browse files
authored
Update impress.values.yaml
update default value of OIDC_OP_LOGOUT_ENDPOINT
1 parent 1bffdcf commit ca406e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/helm/impress.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ backend:
2727
OIDC_OP_AUTHORIZATION_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/auth
2828
OIDC_OP_TOKEN_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/token
2929
OIDC_OP_USER_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/userinfo
30-
OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/session/end
30+
OIDC_OP_LOGOUT_ENDPOINT: https://keycloak.127.0.0.1.nip.io/realms/impress/protocol/openid-connect/logout
3131
OIDC_RP_CLIENT_ID: impress
3232
OIDC_RP_CLIENT_SECRET: ThisIsAnExampleKeyForDevPurposeOnly
3333
OIDC_RP_SIGN_ALGO: RS256

0 commit comments

Comments
 (0)