package
3.2.0-dev.67
Repository: https://github.com/edgexfoundry/go-mod-bootstrap.git
Documentation: pkg.go.dev

# Functions

BuildSecretStoreConfig is public helper function that builds the SecretStore configuration from default values and environment override.
IsSecurityEnabled determines if security has been enabled.
NewInsecureProvider creates, initializes Provider for insecure secrets.
No description provided by the author
NewSecretProvider creates a new fully initialized the Secret Provider.
NewSecureProvider creates & initializes Provider instance for secure secrets.
UnmarshalServiceSecretsJson un-marshals the JSON containing the services list of secrets.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
nolint: gosec.
No description provided by the author
No description provided by the author
No description provided by the author
WildcardName is a special secret name that can be used to register a secret callback for any secret.

# Structs

InsecureProvider implements the SecretProvider interface for insecure secrets.
SecureProvider implements the SecretProvider interface.
ServiceSecret contains the information about a service's secret to import into a service's SecretStore.
ServiceSecrets contains the list of secrets to import into a service's SecretStore.