config

package
v0.0.0-...-d88ec87 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredentialsStore

type CredentialsStore struct {
	// Type specifies which implementation should be used when instating the CredentialsStore
	Type string `yaml:"Type"`
	// Default tells if the CredentialsStore is a default one
	Default bool `yaml:"Default"`
	// Properties hols the properties needed to use the CredentialsStore
	Properties map[string]string `yaml:"Properties"`
	// AuthRefreshInterval defines how often CredentialsStores cache will lookup for value changes
	AuthRefreshInterval metrics.Interval `yaml:"AuthRefreshInterval"`
}

CredentialsStore configuration

type CredentialsStoreMap

type CredentialsStoreMap map[string]CredentialsStore

CredentialsStoreMap - map of credentialsStores configurations

Jump to

Keyboard shortcuts

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