mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 11:52:53 +02:00
* remove directory providers and support for groups * idp: remove directory providers * better error messages * fix errors * restore postgres * fix test
27 lines
590 B
YAML
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"
|