Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvSecretsUsername = "DCOS_SECRETS_USERNAME" EnvSecretsPassword = "DCOS_SECRETS_PASSWORD" EnvSecretsCACertFile = "DCOS_SECRETS_CA_CERT_FILE" EnvDCOSClusterURL = "DCOS_CLUSTER_URL" )
Keys for the config to initialize the DC/OS secrets client
View Source
const ( // Name name of the secret provider Name = secrets.TypeDCOS // KeySecretStore key used to set the secret store KeySecretStore = "secret_store" )
Variables ¶
View Source
var ( // ErrMissingCredendtials returned when either of the creds are missing ErrMissingCredentials = errors.New("Username and password are required to authenticate") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.