pomerium/examples/traefik-ingress/values/pomerium.yaml
rgrente aa5e63656f
fixing pomerium traefik sample (#3290)
replace policy by routes
2022-05-05 07:38:43 -07:00

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