An open-source Rust reimplementation of HashiCorp Vault or openbao
Find a file
C0ffeeCode ed2620c8b8 Feat (Sealing): Encryption of Secrets (#1)
This adds support for encrypting and decrypting secrets.
It implements the APIs required for unsealing.
The APIs are not complete or compliant.

Reviewed-on: #1
Co-authored-by: C0ffeeCode <ritters_werth@outlook.com>
Co-committed-by: C0ffeeCode <ritters_werth@outlook.com>
2025-04-03 10:08:08 +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 Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +02:00
migrations Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +02:00
src Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +02:00
.gitignore Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +02:00
Cargo.lock Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +02:00
Cargo.toml Feat (Sealing): Encryption of Secrets (#1) 2025-04-03 10:08:08 +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