fix docs weirdness (#17827)

This commit is contained in:
Ronald 2023-06-20 17:14:16 -04:00 committed by GitHub
parent 72409898bc
commit dc10fa5e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -954,9 +954,7 @@ Defines behavior for caching the validation result of previously encountered JWT
## Metrics ## Metrics
The following `envoy` metrics can be used to track jwt authentication details. Envoy proxies expose metrics that can track JWT authentication details. Use the following Envoy metrics:
~> **Note:** Envoy does not currently provide any documentation on these metrics.
```yaml ```yaml
http.public_listener.jwt_authn.allowed http.public_listener.jwt_authn.allowed
@ -968,6 +966,8 @@ http.public_listener.jwt_authn.jwt_cache_hit
http.public_listener.jwt_authn.jwt_cache_miss http.public_listener.jwt_authn.jwt_cache_miss
``` ```
~> **Note:** Currently, Envoy does not reference these metrics in their documentation. Refer to [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest/) for more information about exposed metrics.
## 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.