All Classes and Interfaces
Class
Description
This file defines a very basic clear text secrets provider which treats
the secrets as being passed in cleartext.
This is a barebones version of a secrets provider which wires in ClearTextSecretsProvider
to the function instances/containers.
This defines a very simple Secrets Provider that looks up environment variable
thats named the same as secretName and fetches it.
This file defines the SecretsProviderConfigurator that will be used by default for running in Kubernetes.
This is a very simple secrets provider which wires in a given secrets provider classname/config
to the function instances/containers.
This file defines the SecretsProvider interface.
This file defines the SecretsProviderConfigurator interface.