mirror of https://github.com/status-im/consul.git
fixing typo in link to jwt-validations-with-intentions doc (#17955)
This commit is contained in:
parent
1b1f33f224
commit
a60b36394d
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue