manifestsecrets

package
v0.22.0-alpha2 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildResolver

func BuildResolver(resolveAtBind bool, matcher Matcher, secretsFetcher BulkGetter) broker.ManifestSecretResolver

Types

type BoshCredHubSecretResolver

type BoshCredHubSecretResolver struct {
	// contains filtered or unexported fields
}

func (*BoshCredHubSecretResolver) ResolveManifestSecrets

func (r *BoshCredHubSecretResolver) ResolveManifestSecrets(manifest []byte, deploymentVariables []boshdirector.Variable, logger *log.Logger) (map[string]string, error)

type BulkGetter

type BulkGetter interface {
	BulkGet(map[string]boshdirector.Variable, *log.Logger) (map[string]string, error)
}

type CredHubPathMatcher

type CredHubPathMatcher struct{}

func (*CredHubPathMatcher) Match

func (m *CredHubPathMatcher) Match(manifest []byte, deploymentVariables []boshdirector.Variable) (map[string]boshdirector.Variable, error)

type Matcher

type Matcher interface {
	Match(manifest []byte, deploymentVariables []boshdirector.Variable) (map[string]boshdirector.Variable, error)
}

type NoopSecretResolver

type NoopSecretResolver struct{}

func (*NoopSecretResolver) ResolveManifestSecrets

func (r *NoopSecretResolver) ResolveManifestSecrets(manifest []byte, deploymentVariables []boshdirector.Variable, logger *log.Logger) (map[string]string, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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