making alternatives constants
This commit is contained in:
parent
d44b2a7c01
commit
310e7b15c7
2 changed files with 17 additions and 15 deletions
10
docs/tls.md
10
docs/tls.md
|
@ -37,14 +37,12 @@ using TLS certificates. The capability can be configured by by applying one of
|
|||
the following values to the `tls_client_auth_mode` setting in the configuration
|
||||
file.
|
||||
|
||||
| Value | Behavior |
|
||||
| ----- | -------- |
|
||||
| `disabled` | Disable mTLS (default). |
|
||||
| `relaxed` | A client certificate is required, but it is not verified. |
|
||||
| Value | Behavior |
|
||||
| ---------- | ---------------------------------------------------------- |
|
||||
| `disabled` | Disable mTLS (default). |
|
||||
| `relaxed` | A client certificate is required, but it is not verified. |
|
||||
| `enforced` | Requires clients to supply a certificate that is verified. |
|
||||
|
||||
|
||||
```yaml
|
||||
tls_client_auth_mode: ""
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue