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 (1 out of 4)

NameRepoStarsVersionTimestamp
oauth2-proxyxunholy/k8s-gitops5527.12.133 days ago

Values

See the most popular values for this chart:

KeyTypes
config.configFile (3)
email_domains = [] upstreams = [ "file:///dev/null" ]
string
config.existingSecret (2)
oauth2-proxy-client-secrets
string
config.clientID (1)
${OAUTH2_PROXY_CLIENT_ID}
string
config.clientSecret (1)
${OAUTH2_PROXY_CLIENT_SECRET}
string
config.cookieSecret (1)
${OAUTH2_PROXY_COOKIE_SECRET}
string
image.repository (3)
quay.io/oauth2-proxy/oauth2-proxy
string
string
string
boolean
ingress.hosts[] (3)
- auth.${SECRET_DOMAIN}
string
string
string
string
string
ingress.tls[].hosts[] (2)
- auth.${SECRET_DOMAIN}
string
string
string
boolean
string
string
string
string
string
string
string
string
extraEnv[].name (1)
OAUTH2_PROXY_PROVIDER
OAUTH2_PROXY_CLIENT_ID
OAUTH2_PROXY_CLIENT_SECRET
OAUTH2_PROXY_WHITELIST_DOMAINS
OAUTH2_PROXY_COOKIE_DOMAINS
OAUTH2_PROXY_COOKIE_SECRET
OAUTH2_PROXY_GITHUB_USERS
string
extraEnv[].value (1)
github
.denniseffing.de
.denniseffing.de
denniseffing,feltenj
string
extraEnv[].valueFrom.secretKeyRef.key (1)
client_id
client_secret
cookie_secret
string
extraEnv[].valueFrom.secretKeyRef.name (1)
oauth2-proxy-oauth-app
oauth2-proxy-oauth-app
oauth2-proxy-oauth-app
string
boolean
boolean
boolean
boolean
number