Versions in this module Expand all Collapse all v0 v0.3.0 Mar 23, 2021 Changes in this version + type AuthConfig struct + IAMServerID string + Provider string + Role string + func AuthConfigFromEnv() AuthConfig v0.2.0 Jan 20, 2021 v0.1.0 Oct 8, 2020 Changes in this version + const DefaultSecretDirectory + const DefaultSecretFile + type ConfiguredSecret struct + FilePath string + VaultPath string + func ParseConfiguredSecrets() ([]ConfiguredSecret, error) + func (cs ConfiguredSecret) Name() string + func (cs ConfiguredSecret) Valid() bool