amanar
amanar copied to clipboard
Tool to refresh database app credentials from HashiCorp's Vault
Results
2
amanar issues
Sort by
recently updated
recently updated
newest added
## Background I find that `mvdan.cc/sh` and `github.com/mvdan/sh` coexist in this repo: https://github.com/garetht/amanar/blob/master/go.mod (Line 14 & 25) ``` github.com/mvdan/sh v2.6.4+incompatible mvdan.cc/sh v2.6.4+incompatible // indirect ``` That’s because the `mvdan/sh` has...
We're using Vault, but not with the github auth plugin. This issue is to float the idea of enabling/allowing for additional types of authentication w/ Vault. The list supported by...