Skip to content

Commit

Permalink
fix sharry
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jul 15, 2023
1 parent fdcf506 commit 7b73500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sharry/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
authorize-url = "https://auth.${SECRET_DOMAIN}/api/oidc/authorization"
token-url = "https://auth.${SECRET_DOMAIN}/api/oidc/token"
user-url = "https://auth.${SECRET_DOMAIN}/api/oidc/userinfo"
user-id-key = "login"
user-id-key = "preferred_username"
client-id = "sharry"
client-secret = "${SECRET_OIDC_CLIENT_SECRET_SHARRY}"
}
Expand Down

0 comments on commit 7b73500

Please sign in to comment.