reference

package
v0.0.0-...-f253465 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadSecretReferences

func ReadSecretReferences(path string, secretStores map[string]*SecretStore) (map[string]*SecretReference, error)

func ReadSecretStores

func ReadSecretStores(path string) (map[string]*SecretStore, error)

func ResolveReferences

func ResolveReferences(jsonFile, refsFile, identityFile string) error

Types

type SecretReference

type SecretReference struct {
	SecretStore     *SecretStore
	SecretStoreName string `json:"SecretStore"`
	GitReference    *git.Reference
	VaultReference  *vault.Reference
}

func (*SecretReference) PlaintTextValue

func (r *SecretReference) PlaintTextValue(identityFile string) (string, error)

type SecretStore

type SecretStore struct {
	Type        string `json:"Type"` // git-ssh, vault
	GitConfig   git.Config
	VaultConfig vault.Config
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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