Files
home-docker/oauth2-proxy-config.yaml
T
2020-05-03 22:42:51 +10:00

26 lines
498 B
YAML

config:
existingSecret: oauth2-proxy-creds
extraArgs:
whitelist-domain: .home.toozhao.com
cookie-domain: .home.toozhao.com
provider: github
authenticatedEmailsFile:
enabled: true
restricted_access: |-
wahyd4@gmail.com
ingress:
enabled: true
path: /
hosts:
- id.home.toozhao.com
annotations:
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
tls:
- secretName: oauth2-proxy
hosts:
- id.home.toozhao.com