mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
docs: replace httpbin with verify (#1702)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
4eec2ed1d5
commit
c23c8b34b3
34 changed files with 154 additions and 154 deletions
|
@ -8,14 +8,14 @@
|
|||
# Proxied routes and per-route policies are defined in a policy block
|
||||
# NOTA BENE: You must uncomment the below 'policy' key if you are loading policy as a file.
|
||||
# policy:
|
||||
- from: https://httpbin.localhost.pomerium.io
|
||||
- from: https://verify.localhost.pomerium.io
|
||||
to: http://localhost:8000
|
||||
allowed_domains:
|
||||
- pomerium.io
|
||||
cors_allow_preflight: true
|
||||
timeout: 30s
|
||||
- from: https://external-httpbin.localhost.pomerium.io
|
||||
to: https://httpbin.org
|
||||
- from: https://external-verify.localhost.pomerium.io
|
||||
to: https://verify.pomerium.com
|
||||
allowed_domains:
|
||||
- gmail.com
|
||||
- from: https://weirdlyssl.localhost.pomerium.io
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue