feat: add secret store foundation

This commit is contained in:
a.tolmachev
2026-04-06 01:13:10 +03:00
parent 420074f96a
commit d7e5ae95d6
23 changed files with 954 additions and 48 deletions
+1
View File
@@ -4,6 +4,7 @@ pub mod auth;
pub mod auth_profiles;
pub mod observability;
pub mod operations;
pub mod secrets;
pub mod workspaces;
use axum::Json;