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 (0 out of 5)

NameRepoStarsVersionTimestamp

Values

See the most popular values for this chart:

KeyTypes
boolean
string
config.configFile (4)
provider = "google" email_domains = ["*"] authenticated_emails_file = "/etc/oauth2-proxy/authenticated-emails.txt" cookie_secure = true cookie_httponly = true cookie_expire = "168h" cookie_refresh = "1h" cookie_domains = [".kaminek.me"] whitelist_domains = [".kaminek.me"] pass_access_token = true pass_authorization_header = true set_authorization_header = true set_xauthrequest = true reverse_proxy = true skip_provider_button = false redirect_url = "https://oauth.kaminek.me/oauth2/callback"
string
string
string
string
config.existingSecret (2)
oauth2-proxy-secret
string
string
boolean
ingress.hosts[] (4)
- oauth.kaminek.me
string
ingress.tls[].hosts[] (4)
- oauth.kaminek.me
string
ingress.tls[].secretName (3)
oauth-kaminek-me-tls
string
string
string
string
string
string
number
extraEnv[].name (2)
OAUTH2_PROXY_CLIENT_ID
OAUTH2_PROXY_CLIENT_SECRET
OAUTH2_PROXY_COOKIE_SECRET
string
extraEnv[].valueFrom.secretKeyRef.key (2)
OAUTH2_PROXY_CLIENT_ID
OAUTH2_PROXY_CLIENT_SECRET
OAUTH2_PROXY_COOKIE_SECRET
string
extraEnv[].valueFrom.secretKeyRef.name (2)
oauth2-proxy
oauth2-proxy
oauth2-proxy
string
string
string
string
string
string
string
string
string
string
string
image.repository (1)
quay.io/oauth2-proxy/oauth2-proxy
string
boolean
boolean
boolean