-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Ivan Josipovic edited this page Mar 2, 2024
·
4 revisions
- Register an application with the following settings:
- Reply Url: https://{hostname}/signin-oidc
- Scopes: openid profile
- Grant Type: Authorization Code
- Note down the ClientID and ClientSecret as they will be needed in the Helm Chart
Download the default Helm Values
curl https://raw.githubusercontent.com/IvanJosipovic/OIDC-Guard/main/charts/oidc-guard/values.yaml --output values.yaml
Modify the settings to fit your needs
helm repo add oidc-guard https://ivanjosipovic.github.io/OIDC-Guard
helm repo update
helm install oidc-guard oidc-guard/oidc-guard --create-namespace --namespace oidc-guard -f values.yaml