mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-14 15:28:28 +02:00
27 lines
643 B
YAML
27 lines
643 B
YAML
authenticate:
|
|
idp:
|
|
provider: REPLACEME
|
|
url: REPLACEME
|
|
clientID: REPLACEME
|
|
clientSecret: REPLACEME
|
|
|
|
config:
|
|
rootDomain: localhost.pomerium.io
|
|
sharedSecret: R0+XRoGVpcoi4PfB8tMlvnrS5XUasO+D1frAEdYcYjs=
|
|
cookieSecret: FLPCOQKigK5EQnyXlBhchl5fgzNKqi3ubtvOGt477Dg=
|
|
generateTLS: true
|
|
routes:
|
|
- from: https://hello.localhost.pomerium.io
|
|
to: http://hello-nginx
|
|
policy:
|
|
- allow:
|
|
or:
|
|
- domain:
|
|
is: gmail.com
|
|
ingress:
|
|
annotations:
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
secretName: wildcard-tls
|
|
forwardAuth:
|
|
enabled: true
|
|
internal: true
|