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