Skip to content

aws-mock-secretsmanager is a lightweight AWS secretsmanager implemented in golang, mostly useful in tests.

Notifications You must be signed in to change notification settings

muhilan/aws-mock-secretsmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

aws-mock-secretsmanager is a lightweight AWS secretsmanager implemented in golang, mostly useful in tests.

Supported Operations

get-secret-value

Adding data

Mount a folder containing certs/secrets and they will be loaded recursively

Consider the following files in a folder

-> signing-cert.pem

-> mysecret

-> encryption.private.key

-> encryption-cert

The following would be the Secret Ids

signing-cert

mysecret

encryption/private

encryption-cert

Example Usage

docker run -d -v /path/to/certs:/data -p 8080:8080 mgmuhilan/aws-mock-secretsmanager:0.2.0

About

aws-mock-secretsmanager is a lightweight AWS secretsmanager implemented in golang, mostly useful in tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published