mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 19:36:32 +02:00
parent
5fff3c3a7a
commit
aa5e63656f
1 changed files with 6 additions and 3 deletions
|
@ -10,11 +10,14 @@ config:
|
||||||
sharedSecret: R0+XRoGVpcoi4PfB8tMlvnrS5XUasO+D1frAEdYcYjs=
|
sharedSecret: R0+XRoGVpcoi4PfB8tMlvnrS5XUasO+D1frAEdYcYjs=
|
||||||
cookieSecret: FLPCOQKigK5EQnyXlBhchl5fgzNKqi3ubtvOGt477Dg=
|
cookieSecret: FLPCOQKigK5EQnyXlBhchl5fgzNKqi3ubtvOGt477Dg=
|
||||||
generateTLS: true
|
generateTLS: true
|
||||||
policy:
|
routes:
|
||||||
- from: https://hello.localhost.pomerium.io
|
- from: https://hello.localhost.pomerium.io
|
||||||
to: http://hello-nginx
|
to: http://hello-nginx
|
||||||
allowed_domains:
|
policy:
|
||||||
- gmail.com
|
- allow:
|
||||||
|
or:
|
||||||
|
- domain:
|
||||||
|
is: gmail.com
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue