auth

package
v0.0.0-...-2d2c7d9 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2017 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VaultAuthenticator

type VaultAuthenticator interface {
	// Init allows for the authenticator to initialize itself.
	Init() error
	// GetRole returns the role being requested by the authenticator.
	GetRole() string
	// GetToken retrieves a signed, trusted token that can be used with the
	// Vault GCP auth plugin. It may either be an IAM service account's signed
	// JWT or a Kubernetes service account token.
	GetToken() (string, error)
}

VaultAuthenticator must be implemented by authenticators.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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