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

Examples

See examples from other people.

Top Repositories (3 out of 7)

NameRepoStarsVersionTimestamp
oauth2-proxyDiaoul/home-ops577.4.18 days ago
oauth2-proxyxunholy/k8s-gitops4356.24.220 days ago
oauth2-proxyblackjid/k8s-gitops796.23.14 months 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.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.clientID (3)
${OAUTH2_PROXY_CLIENT_ID}
string
config.clientSecret (3)
${OAUTH2_PROXY_CLIENT_SECRET}
string
config.cookieSecret (2)
${OAUTH2_PROXY_COOKIE_SECRET}
string
config.existingSecret (2)
oauth2-proxy-client-secrets
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
number
boolean
boolean
boolean