e1cff98a8f
This adds filtering for service-defaults: consul config list -filter 'MutualTLSMode == "permissive"'. It adds CLI warnings when the CLI writes a config entry and sees that either service-defaults or proxy-defaults contains MutualTLSMode=permissive, or sees that the mesh config entry contains AllowEnablingPermissiveMutualTLSMode=true.
8 lines
192 B
Plaintext
8 lines
192 B
Plaintext
```release-note:improvement
|
|
* cli: Add `-filter` option to `consul config list` for filtering config entries.
|
|
```
|
|
```release-note:improvement
|
|
* api: Support filtering for config entries.
|
|
```
|
|
|