mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [stable/pomerium] bugfixes fix config checksum: based on file and only for pods deployment: fix missing resources field Signed-off-by: Travis Groth <tgroth@gmail.com> * [stable/pomerium] v0.1.0 release - Expose metrics port and update documentation - Bump chart and app version for v0.1.0 release Signed-off-by: Travis Groth <tgroth@gmail.com> * Fix lint error Signed-off-by: Travis Groth <tgroth@gmail.com> * Fix CI test policy Signed-off-by: Travis Groth <tgroth@gmail.com>
22 lines
543 B
YAML
22 lines
543 B
YAML
config:
|
|
policy:
|
|
- 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
|
|
allowed_groups:
|
|
- admins
|
|
- developers
|
|
- from: https://hello.corp.pomerium.io
|
|
to: http://hello:8080
|
|
allowed_groups:
|
|
- admins
|