Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/commercetools/tresor
- Owner: commercetools
- License: apache-2.0
- Created: 2019-01-22T22:02:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:31:28.000Z (2 months ago)
- Last Synced: 2024-10-28T10:26:13.712Z (2 months ago)
- Topics: aes, cli, rust, scala, vault
- Language: Rust
- Homepage: https://commercetools.github.io/tresor
- Size: 732 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)