# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewSecretsManagerStore creates a new SecretsManagerStore.
NewSSMStore creates a new SSMStore.
NewSSMStoreWithMinThrottleDelay creates a new SSMStore with the aws sdk max retries and min throttle delay are configured.
NewSSMStoreWithRetryMode creates a new SSMStore, configuring the underlying AWS SDK with the given maximum number of retries and retry mode.
No description provided by the author
# Constants
ChamberService is the name of the service reserved for chamber's own use.
No description provided by the author
CustomSecretsManagerEndpointEnvVar is the name of the environment variable specifying a custom base Secrets Manager endpoint.
CustomSSMEndpointEnvVar is the name of the environment variable specifying a custom base SSM endpoint.
DefaultKeyID is the default alias for the KMS key used to encrypt/decrypt secrets.
DefaultRetryMode is the default retry mode for AWS SDK configurations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrSecretNotFound is returned if the specified secret is not found in the parameter store.
# Structs
No description provided by the author
latest is used to keep a single object in s3 with all of the most recent values for the given service's secrets.
No description provided by the author
No description provided by the author
RawSecret is a secret without any metadata.
No description provided by the author
No description provided by the author
Secret is a secret with metadata.
SecretId is the compound key for a secret.
SecretMetadata is metadata about a secret.
SecretsManagerStore implements the Store interface for storing secrets in SSM Parameter Store.
SSMStore implements the Store interface for storing secrets in SSM Parameter Store.
StoreConfig holds configuration information for a store.
# Interfaces
Store is an interface for a secret store.
# Type aliases
No description provided by the author