Config key
config

This type provides the following service implementations:

  • io.helidon.webserver.observe.spi.ObserveProvider

Configuration options

Table 1. Optional configuration options
key type default value description

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:

  • .*password

  • .*passphrase

  • .*secret