Path
Summary
If Path is set, the route will only match incoming requests with a path that is an exact match for the specified path.
How to configure
- Core
- Enterprise
- Kubernetes
YAML/JSON setting | Type | Usage |
---|---|---|
path | string | optional |
Set Path under Path Matching settings in the Console:
See Kubernetes Ingress for more information
Examples
routes:
- from: https://verify.localhost.pomerium.io
to: http://verify:8000
path: /admin/some/exact/path