Documentation ¶
Index ¶
Constants ¶
View Source
const ( VaultEnabled = "VAULT_ENABLED" VaultServer = "VAULT_SERVER" VaultAuthToken = "VAULT_AUTH_TOKEN" VaultAuthKubernetesRole = "VAULT_AUTH_KUBERNETES_ROLE" VaultAuthKubernetesTokenPath = "VAULT_AUTH_KUBERNETES_TOKEN_PATH" VaultAuthKubernetesBackend = "VAULT_AUTH_KUBERNETES_BACKEND" VaultSecretsConfig = "VAULT_SECRETS_CONFIG" )
Variables ¶
This section is empty.
Functions ¶
func ConfigItems ¶
func ConfigItems() []auconfigapi.ConfigItem
Types ¶
type Impl ¶
type K8sAuthRequest ¶
type K8sAuthResponse ¶
type SecretsResponse ¶
type SecretsResponse struct { Data *SecretsResponseData `json:"data"` Errors []string `json:"errors"` }
type SecretsResponseData ¶
Click to show internal directories.
Click to hide internal directories.