Documentation ¶
Index ¶
Constants ¶
View Source
const MaxSecretSize = 500 * 1024 // 500KB
MaxSecretSize is the maximum byte length allowed for a secret
Variables ¶
This section is empty.
Functions ¶
func NewFileStore ¶
func NewFileStore(files []FileSource) (secrets.SecretStore, error)
func NewSecretProvider ¶
func NewSecretProvider(store secrets.SecretStore) session.Attachable
Types ¶
type FileSource ¶
Click to show internal directories.
Click to hide internal directories.