config

package
v1.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

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

func NewFromEnv() (*Config, error)

New returns a new authenticator configuration object

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL