Secrets and Encryption provider using just configuration

Config key
config-vault

This type provides the following service implementations:

  • io.helidon.security.spi.SecurityProvider

  • io.helidon.security.spi.SecretsProvider

  • io.helidon.security.spi.EncryptionProvider

Configuration options

Table 1. Required configuration options
key type default value description

master-password

string

 

Configure master password used for encryption/decryption. If master password cannot be obtained from any source (this method, configuration, system property, environment variable), encryption and decryption will not be supported.