An open API service indexing awesome lists of open source software.

https://github.com/daniilty/secrets-manager

Secrets manager for inner service usage
https://github.com/daniilty/secrets-manager

go golang secrets-management

Last synced: 10 months ago
JSON representation

Secrets manager for inner service usage

Awesome Lists containing this project

README

          

## Secrets manager
Inner service for managing app configs. `SOLID`, `12 factor`, bla-bla
## Routes
* GET /secrets?app_name=sample - get secrets for application
* POST /secrets - upload configuration for some app `{"app_name": "sample", "secret": "{\"k\": \"v\"}"}`