class documentation
class EnvSecretProvider(ISecretProvider): (source)
Exposes secrets from environment variables.
Async Method | get |
Get a secret by key. |
Async Method | get |
Get multiple secrets by key. |
Method | get |
Get a secret by key in a synchronous context. |
Async Method | search |
Get secrets with keys matching regex |