- ConfigObserver (webserver.observe.config) Configuration
Type: io.helidon.webserver.observe.config.ConfigObserver
This type provides the following service implementations:
io.helidon.webserver.observe.spi.ObserveProvider
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
endpoint | string | config | |
permit-all | boolean | Permit all access, even when not authorized. @return whether to permit access for anybody | |
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:
@return set of regular expression patterns for keys, where values should be excluded from output |