pomerium/examples/kubernetes/values.yaml
Caleb Doxsey c178819875
move directory providers (#3633)
* remove directory providers and support for groups

* idp: remove directory providers

* better error messages

* fix errors

* restore postgres

* fix test
2022-11-03 11:33:56 -06:00

27 lines
590 B
YAML

authenticate:
idp:
provider: "google"
clientID: YOUR_CLIENT_ID
clientSecret: YOUR_SECRET
service:
type: NodePort
annotations:
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
proxy:
service:
type: NodePort
annotations:
cloud.google.com/app-protocols: '{"https":"HTTPS"}'
config:
rootDomain: localhost.pomerium.io
policy:
- from: https://hello.localhost.pomerium.io
to: http://nginx.default.svc.cluster.local:80
allowed_domains:
- gmail.com
ingress:
annotations:
kubernetes.io/ingress.allow-http: "false"