Skip to main content
Version: vNext (upcoming release)

Name

Summary

Name sets a human-readable name for the route. When set, Pomerium also uses this value as the Envoy cluster stat name, which appears in metrics under the envoy_cluster_name label.

If Name is not set, the route has no display name and the cluster stat name will be empty.

How to configure

Config file keyTypeUsage
namestringoptional

Examples

routes:
- from: https://verify.example.com
to: https://verify.local
name: verify
Feedback