An open-source Rust reimplementation of HashiCorp Vault or openbao
Find a file
C0ffeeCode d77237aefe
Refactor: Secret struct and feature-gates
- Shamir and its dependencies behind a default feature
- Secret has its own struct
2025-04-02 18:59:33 +02:00
.github/workflows Create CI workflow 2024-04-27 13:22:25 +02:00
.sqlx Feat (kv2): kv2 data access (no metadata) 2025-03-24 19:45:44 +01:00
go_tests Refactor: Secret struct and feature-gates 2025-04-02 18:59:33 +02:00
migrations Feat (sealing): Shamir Secret Sharing scheme 2025-04-02 08:28:28 +02:00
src Refactor: Secret struct and feature-gates 2025-04-02 18:59:33 +02:00
.gitignore Feat (sealing): Simple Password sealing 2025-03-27 17:13:48 +01:00
Cargo.lock Feat (sealing): Shamir Secret Sharing scheme 2025-04-02 08:28:28 +02:00
Cargo.toml Refactor: Secret struct and feature-gates 2025-04-02 18:59:33 +02:00
Containerfile Feat (kv2): kv2 data access (no metadata) 2025-03-24 19:45:44 +01:00
Justfile Feat (kv2): kv2 data access (no metadata) 2025-03-24 19:45:44 +01:00
openapi-bao.json Feat (kv2): kv2 data access (no metadata) 2025-03-24 19:45:44 +01:00
openapi.json Update basic layout 2024-04-10 17:41:15 +02:00