oauth2-proxy helm

No introduction found. Create it?

Install

Install with:

helm repo add oauth2-proxy https://oauth2-proxy.github.io/manifests/
helm install oauth2-proxy oauth2-proxy/oauth2-proxy -f values.yaml

Top Repositories (3 out of 8)

See examples from other people.

NameRepoStarsVersionTimestamp
oauth2-proxyblackjid/k8s-gitops616.17.010 hours ago
oauth2-proxyDiaoul/home-ops546.17.013 days ago
oauth2-proxyxUnholy/k8s-gitops3816.17.018 days ago

Values

See the most popular values for this chart:

KeyTypes
image.repository (7)
quay.io/oauth2-proxy/oauth2-proxy
string
string
boolean
ingress.hosts[] (7)
- auth.${SECRET_DOMAIN}
string
string
ingress.tls[].hosts[] (7)
- auth.${SECRET_DOMAIN}
string
string
string
string
string
string
string
string
string
string
boolean
authenticatedEmailsFile.restricted_access (5)
${EMAIL_ADDRESS_1} ${EMAIL_ADDRESS_2}
string
string
string
string
string
extraArgs.oidc-issuer-url (2)
https://rickcoxdev.us.auth0.com/
string
string
extraArgs.client-id (1)
${OAUTH_PROXY_CLIENT_ID:='kubernetes-oauth-proxy'}
string
extraArgs.client-secret (1)
${OAUTH_PROXY_CLIENT_SECRET}
string
string
extraArgs.login-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/auth
string
string
extraArgs.redeem-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/token
string
boolean
string
extraArgs.validate-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/userinfo
string
config.clientID (4)
${OAUTH2_PROXY_CLIENT_ID}
string
config.clientSecret (4)
${OAUTH2_PROXY_CLIENT_SECRET}
string
config.configFile (4)
provider = "oidc" oidc_issuer_url = "https://dex.${DOMAIN}" auth_logging = true cookie_domains = ".${DOMAIN}" cookie_secure = true email_domains = [] pass_access_token = true pass_authorization_header = true whitelist_domains = ".${DOMAIN}"
string
config.cookieSecret (3)
${OAUTH2_PROXY_COOKIE_SECRET}
string
config.existingSecret (2)
oauth2-proxy-client-secrets
string
number
string
string
string
boolean
boolean
boolean