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

NameRepoStarsVersionTimestamp
oauth2-proxyxunholy/k8s-gitops5868.2.118 hours ago

Values

See the most popular values for this chart:

KeyTypes
config.configFile (3)
provider = "google" oidc_issuer_url = "https://accounts.google.com" login_url = "https://accounts.google.com/o/oauth2/v2/auth?access_type=offline" redeem_url = "https://oauth2.googleapis.com/token" auth_logging = true cookie_domains = ".cloufish.xyz" cookie_httponly = true cookie_name = "cloufish_oauth" cookie_refresh = "1h" cookie_samesite = "lax" cookie_secure = true pass_access_token = true request_logging = true session_store_type = "cookie" set_authorization_header = true set_xauthrequest = true skip_jwt_bearer_tokens = true skip_provider_button = true ssl_insecure_skip_verify = false standard_logging = true upstreams = [ "static://200" ] whitelist_domains = [ '.cloufish.xyz', '*.cloufish.xyz' ]
string
config.existingSecret (3)
oauth2-proxy-secret
string
image.repository (3)
quay.io/oauth2-proxy/oauth2-proxy
string
string
string
boolean
ingress.hosts[] (3)
- oauth2-proxy.${app_k8s_domain_name}
- oauth2-proxy.cloufish.xyz
string
string
string
string
string
ingress.tls[].hosts[] (2)
- oauth2-proxy.${app_k8s_domain_name}
- oauth2-proxy.cloufish.xyz
string
ingress.tls[].secretName (1)
oauth2-proxy-${default_k8s_cert_name}
oauth2-proxy-${default_k8s_cert_name}
string
boolean
string
boolean
boolean
boolean
boolean
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
number
string
string
string