Interface SecretsProvider
- All Known Implementing Classes:
ClearTextSecretsProvider,EnvironmentBasedSecretsProvider
public interface SecretsProvider
This file defines the SecretsProvider interface. This interface is used by the function
instances/containers to actually fetch the secrets. What SecretsProvider to use is
decided by the SecretsProviderConfigurator.
-
Method Summary
-
Method Details
-
init
Initialize the SecretsProvider. -
provideSecret
Fetches a secret.- Returns:
- The actual secret
-