Skip to content

A package for storing and retrieving secrets from files, Vault, AWS Parameter Storage, (etc?)

Notifications You must be signed in to change notification settings

evanphx/go-secretly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Secertly Young Person!

GoDoc

This package provides a simple abstraction over different ways of storing a secret value by name.

It supports the ability to store these values in:

  • file: encrypted with chacha20poly1305 using a trivial key or user supplied
  • awsps: stores and retrieves secrets from AWS Parameter Storage as SecureStrings
  • vault: stores and retrieves secrets from HashiCorp vault. Supports generic, kv 1, and kv 2

Should it support another storage mechanism? Open an issue! Or better yet, send a PR!

About

A package for storing and retrieving secrets from files, Vault, AWS Parameter Storage, (etc?)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages