Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/commercetools/tresor

tools to access secrets (credentials etc.) from different sources.
https://github.com/commercetools/tresor

aes cli rust scala vault

Last synced: 2 months ago
JSON representation

tools to access secrets (credentials etc.) from different sources.

Awesome Lists containing this project

README

        

# tresor 🔒 **[tʁeˈzoːɐ̯]**

A Scala library and Rust cli to access secrets (credentials etc.) from different sources.

# Features

- Provider for AES-256 encryption
- Providers for secrets from Hashicorp Vault engines (currently KV, Database, AWS)
- Integration with [cats-effect](https://github.com/typelevel/cats-effect)
- [CLI](cli) for KV workflows (early stage)

# Documentation

see the [documentation site](https://commercetools.github.io/tresor) for examples etc.

# Development

You need to run `docker-compose up` for some tests to work.

# License

[Apache License 2.0](LICENSE)