nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

Credentials Management #27

Closed nandagopalan closed 1 year ago

nandagopalan commented 1 year ago

Create a package that can handle sensitive information like

  1. Passwords
  2. Certificates ?
nandagopalan commented 1 year ago

The feature should be able to store the credentials securely so that it can be retrieved say for example store a api password and retrieve it with a key

It should also be able to integrate with external credentials/secret management tools like Hashicorp Vault.