Documentation
¶
Index ¶
- func BuildLocal(cfg *Config) error
- func BuildVault(c *Config) error
- func GetVaultSecrets(vaultAddress, vaultToken, secretPath string) (map[string]interface{}, error)
- func KVStrings(kvs []KVSecret) map[string]string
- type Config
- type KVSecret
- type KVSecretData
- type KeyService
- type Local
- type OrchestratorService
- type Services
- type Vault
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildLocal ¶
func BuildVault ¶
func GetVaultSecrets ¶
Types ¶
type KVSecret ¶
func ParseKVSecrets ¶
type KVSecretData ¶
type KVSecretData struct {
Data map[string]interface{} `json:"data"`
}
type KeyService ¶
type OrchestratorService ¶
type Services ¶
type Services struct { OrchestratorService KeyService }
Click to show internal directories.
Click to hide internal directories.