[NET-3095] add jwt-authn metrics docs

pull/17816/head
Ronald Ekambi 2023-06-20 12:33:24 -04:00
parent e4c9793ee2
commit 452d08d5e8
1 changed files with 17 additions and 1 deletions

View File

@ -952,6 +952,22 @@ Defines behavior for caching the validation result of previously encountered JWT
</Tab> </Tab>
</Tabs> </Tabs>
## Metrics
The following `envoy` metrics can be used to track jwt authentication details.
~> **Note:** Envoy does not currently provide any documentation on these metrics.
```yaml
http.ingress_http.jwt_authn.allowed
http.ingress_http.jwt_authn.cors_preflight_bypassed
http.ingress_http.jwt_authn.denied
http.ingress_http.jwt_authn.jwks_fetch_failed
http.ingress_http.jwt_authn.jwks_fetch_success
http.ingress_http.jwt_authn.jwt_cache_hit
http.ingress_http.jwt_authn.jwt_cache_miss
```
## Examples ## Examples
The following examples demonstrate common JWT provider configuration patterns for specific use cases. The following examples demonstrate common JWT provider configuration patterns for specific use cases.