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 7)

See examples from other people.

NameRepoStarsVersionTimestamp
oauth2-proxyDiaoul/home-ops556.20.06 days ago
oauth2-proxyblackjid/k8s-gitops716.20.06 days ago
oauth2-proxyxUnholy/k8s-gitops4046.20.06 days ago

Values

See the most popular values for this chart:

KeyTypes
image.repository (6)
quay.io/oauth2-proxy/oauth2-proxy
string
string
boolean
ingress.hosts[] (6)
- auth.${DOMAIN}
string
string
string
string
string
string
string
string
string
string
string
string
boolean
authenticatedEmailsFile.restricted_access (4)
${EMAIL_ADDRESS_1} ${EMAIL_ADDRESS_2}
string
config.clientID (4)
${OAUTH2_PROXY_CLIENT_ID}
string
config.clientSecret (4)
${OAUTH2_PROXY_CLIENT_SECRET}
string
config.configFile (3)
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
string
string
string
string
string
extraArgs.oidc-issuer-url (2)
https://rickcoxdev.us.auth0.com/
string
extraArgs.client-id (1)
${OAUTH_PROXY_CLIENT_ID:='kubernetes-oauth-proxy'}
string
extraArgs.client-secret (1)
${OAUTH_PROXY_CLIENT_SECRET}
string
extraArgs.login-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/auth
string
extraArgs.provider-display-name (1)
${OAUTH_PROXY_PROVIDER_DISPLAY:='Single Sign-on'}
string
extraArgs.redeem-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/token
string
boolean
extraArgs.validate-url (1)
${OAUTH_PROXY_SERVER}/realms/${OAUTH_PROXY_SERVER_REALM:=master}/protocol/openid-connect/userinfo
string
number
boolean
boolean
boolean