connection

package
v0.0.0-...-db3a1d9 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Namespace = "connection.namespace"
	// Enable connection API/operator
	Enabled = "connection.enabled"
	// Storage backend for connections. Available options:
	//   * kubernetes
	//   * vault
	RepositoryType = "connection.repository_type"
	// TODO: Remove after implementation of the issue https://github.com/legion-platform/legion/issues/1008
	DecryptToken = "connection.decrypt_token"
	// Vault URL
	VaultURL = "connection.vault.url"
	// Vault secret engine path where connection will be stored
	VaultSecretEnginePath = "connection.vault.secret_engine_path"
	// Vault role for access to the secret engine path
	VaultRole = "connection.vault.role"
	// Optionally. Token for access to the vault server
	// If it is empty then client will use the k8s auth
	VaultToken = "connection.vault.token"

	RepositoryKubernetesType = "kubernetes"
	RepositoryVaultType      = "vault"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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