17 lines
456 B
YAML
17 lines
456 B
YAML
|
|
config:
|
||
|
|
routes:
|
||
|
|
- from: https://httpbin.corp.pomerium.io
|
||
|
|
to: http://httpbin
|
||
|
|
allowed_domains:
|
||
|
|
- pomerium.io
|
||
|
|
- from: https://external-httpbin.corp.pomerium.io
|
||
|
|
to: https://httpbin.org
|
||
|
|
allowed_domains:
|
||
|
|
- gmail.com
|
||
|
|
- from: https://weirdlyssl.corp.pomerium.io
|
||
|
|
to: http://neverssl.com
|
||
|
|
allowed_users:
|
||
|
|
- bdd@pomerium.io
|
||
|
|
- from: https://hello.corp.pomerium.io
|
||
|
|
to: http://hello:8080
|