secrets

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package secrets contains logic for adapter to aws secrets manager

Index

Constants

This section is empty.

Variables

View Source
var ErrMissingSecret = errors.New("missing secret for builder")

Functions

func MergeSecrets

func MergeSecrets(defaultSecrets, secrets map[string]string) map[string]string

Types

type Service

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

func NewService

func NewService(secretName string) (*Service, error)

func (*Service) GetSecretValues

func (s *Service) GetSecretValues(builderName string) (json.RawMessage, error)

func (*Service) SetSecretValues added in v0.2.0

func (s *Service) SetSecretValues(builderName string, values json.RawMessage) error

Jump to

Keyboard shortcuts

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