Component that stores security related data (keys, passwords, ...).
The component must be configured in service config.
Static options:
Name | Description | Default value |
config | path to the config file with data | '' |
format | config format, either json or yaml | 'json' |
missing-ok | do not terminate components load if no file found by the config option | false |
environment-secrets-key | name of environment variable from which to load additional data | - |
blocking-task-processor | name of task processor for background blocking operations | – |
Definition at line 56 of file provider_component.hpp.