mirror of https://github.com/hashicorp/consul
Backport of Add jwt-authn metrics to jwt-provider docs into release/1.16.x (#17824)
* backport of commitpull/17827/head452d08d5e8
* backport of commit1f1f222c97
--------- Co-authored-by: Ronald Ekambi <ronekambi@gmail.com>
parent
97425ec733
commit
b9e0dc2a8d
|
@ -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.public_listener.jwt_authn.allowed
|
||||||
|
http.public_listener.jwt_authn.cors_preflight_bypassed
|
||||||
|
http.public_listener.jwt_authn.denied
|
||||||
|
http.public_listener.jwt_authn.jwks_fetch_failed
|
||||||
|
http.public_listener.jwt_authn.jwks_fetch_success
|
||||||
|
http.public_listener.jwt_authn.jwt_cache_hit
|
||||||
|
http.public_listener.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.
|
||||||
|
@ -1023,4 +1039,4 @@ spec:
|
||||||
```
|
```
|
||||||
|
|
||||||
</Tab>
|
</Tab>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in New Issue