backport of commit 807c080091 (#17956)

Co-authored-by: jm96441n <john.maguire@hashicorp.com>
pull/17961/head
hc-github-team-consul-core 2023-06-29 13:28:31 -05:00 committed by GitHub
parent 671546e737
commit 29ab77c0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ JWT = {
} }
``` ```
You can include additional configuration information to require the token to match specific claims. You can also configure the `JWT` field to apply only to requests that come from certain HTTP paths. Refer to [JWT validations with intentions](/consul/docs/conntect/config-entries/service-intentions#jwt-validations-with-intentions) for an example configuration. You can include additional configuration information to require the token to match specific claims. You can also configure the `JWT` field to apply only to requests that come from certain HTTP paths. Refer to [JWT validations with intentions](/consul/docs/connect/config-entries/service-intentions#jwt-validations-with-intentions) for an example configuration.
After you update the service intention, write the configuration to Consul so that it takes effect: After you update the service intention, write the configuration to Consul so that it takes effect: