Documentation ¶
Index ¶
Constants ¶
View Source
const ( K8S = "k8s_secrets" CONJUR_MAP_KEY = "conjur-map" DEFAULT_RETRY_COUNT_LIMIT = 5 DEFAULT_RETRY_INTERVAL_SEC = 1 MIN_RETRY_VALUE = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { PodNamespace string RequiredK8sSecrets []string RetryCountLimit int RetryIntervalSec int StoreType string }
Config defines the configuration parameters for the authentication requests
func NewFromEnv ¶ added in v0.3.0
New returns a new authenticator configuration object
Click to show internal directories.
Click to hide internal directories.