- ConfigObserver (webserver.observe.config) Configuration
Type: io.helidon.webserver.observe.config.ConfigObserver
Config keyconfigcontent_copyThis type provides the following service implementations:
io.helidon.webserver.observe.spi.ObserveProvider
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
enabled | boolean | true | Whether this observer is enabled. |
endpoint | string | config | |
permit-all | boolean | Permit all access, even when not authorized. | |
secrets | string[] | .*password, .*passphrase, .*secret | Secret patterns (regular expressions) to exclude from output. Any pattern that matches a key will cause the output to be obfuscated and not contain the value. Patterns always added:
|