Pass Identity Headers
Summary
When set, Pass Identity Headers will pass identity headers to the upstream application.
These headers include:
X-Pomerium-Jwt-Assertion
X-Pomerium-Claim-*
(see JWT Claim Headers for more information)
How to configure
- Core
- Enterprise
- Kubernetes
YAML/JSON setting | Type | Usage | Default |
---|---|---|---|
pass_identity_headers | boolean | optional | false |
Set Pass Identity Headers under General route settings in the Console:
See Kubernetes Ingress for more information
Examples
routes:
- from: https://verify.localhost.pomerium.io
to: http://verify:8000
pass_identity_headers: true