io.helidon.webserver.observe.config.ConfigObserver
Description
Configuration of Config Observer
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
endpoint | String | config | Endpoint this observer is available on |
safe- | List< | server[. | Safe key patterns (regular expressions) to include in output |
unsafe- | Boolean | false | Whether to include values that do not match configured safe- patterns; values whose keys match configured secrets patterns are still obfuscated |
permit- | Boolean | Permit all access, even when not authorized | |
secrets | List< | .*password. | Secret patterns (regular expressions) to exclude from output |
enabled | Boolean | true | Whether this observer is enabled |
Usages
See the manifest for all available types.