Crates.io | secret_rs |
lib.rs | secret_rs |
version | 0.3.1 |
source | src |
created_at | 2024-10-11 11:58:25.187438 |
updated_at | 2024-10-11 11:58:25.187438 |
description | a library to embed a secret value into a running binary |
homepage | |
repository | https://git.tools.mia-platform.eu/platform/libraries/secrets/secret-rs |
max_upload_size | |
id | 1405238 |
size | 38,916 |
This workspace contains a library to manage k8s secrets in a running microservice.
To run tasks in this repository install rust:
# unix
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
or on windows the instructions on the official page.
Install also some cargo plugins
cargo install --force cargo-release
which will help tasks such as running e2e tests and tag a new version of subpackages.
To build the whole package with default features (i.e., support for mongodb as database) run:
cargo build --all-targets
cargo test