mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
- cmd/pomerium: refactor global timeouts to be configurable - cmd/pomerium: add tests - cmd/pomerium: remove debug flag, set with env vars only - cmd/pomerium: global ping now returns version not OK - proxy: validate shared secret encoding and length - docs: add timeout to example policy - docs: document timeouts and cors - docs: update pomerium logo - docs: add policy authorization docs
21 lines
No EOL
496 B
YAML
21 lines
No EOL
496 B
YAML
- from: httpbin.corp.beyondperimeter.com
|
|
to: http://httpbin
|
|
allowed_domains:
|
|
- pomerium.io
|
|
cors_allow_preflight: true
|
|
timeout: 30s
|
|
- from: external-httpbin.corp.beyondperimeter.com
|
|
to: httpbin.org
|
|
allowed_domains:
|
|
- gmail.com
|
|
- from: weirdlyssl.corp.beyondperimeter.com
|
|
to: http://neverssl.com
|
|
allowed_users:
|
|
- bdd@pomerium.io
|
|
allowed_groups:
|
|
- admins
|
|
- developers
|
|
- from: hello.corp.beyondperimeter.com
|
|
to: http://hello:8080
|
|
allowed_groups:
|
|
- admins |