forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoauth2-proxy.yaml
More file actions
32 lines (31 loc) · 796 Bytes
/
Copy pathoauth2-proxy.yaml
File metadata and controls
32 lines (31 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
_: &hostname host.example.com
oauth2proxy:
enabled: true
values:
config:
clientID: ""
existingSecret: secretname
Custom configuration file: oauth2_proxy.cfg
configFile: |-
provider = "azure"
oidc_issuer_url = "https://sts.windows.net/01234567-8912-3456-7890/"
redirect_url = "https://host.example.com/oauth2/callback"
reverse_proxy = true
email_domains = [
"example.com"
]
service:
portNumber: 8080
ingress:
enabled: true
path: /oauth2
pathType: prefix
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
hosts:
- *hostname
tls:
- secretName: host-oauth2-proxy-cert
hosts:
- *hostname