Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadSecretReferences ¶
func ReadSecretReferences(path string, secretStores map[string]*SecretStore) (map[string]*SecretReference, error)
func ReadSecretStores ¶
func ReadSecretStores(path string) (map[string]*SecretStore, error)
func ResolveReferences ¶
Types ¶
type SecretReference ¶
type SecretReference struct { SecretStore *SecretStore SecretStoreName string `json:"SecretStore"` GitReference *git.Reference VaultReference *vault.Reference }
func (*SecretReference) PlaintTextValue ¶
func (r *SecretReference) PlaintTextValue(identityFile string) (string, error)
Click to show internal directories.
Click to hide internal directories.