secrets

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package secrets contains logic for adapter to aws secrets manager

Index

Constants

This section is empty.

Variables

This section is empty.

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) (map[string]string, error)

func (*Service) SetSecretValues added in v0.2.0

func (s *Service) SetSecretValues(builderName string, values map[string]string) error

Jump to

Keyboard shortcuts

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