mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
e4a341c88a
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.
|
|
```
|
|
|