Ruben Fiszel
1b9d1c56c7
feat: add HashiCorp Vault secret storage integration (#7599)
* feat: add HashiCorp Vault secret storage integration
- Create SecretBackend trait abstraction for secret storage
- Add VaultBackend implementation with CRUD operations
- Integrate secret backend into variable CRUD operations
- Add migration functions (DB → Vault and Vault → DB)
- Add frontend configuration UI for secret backend
- Add test connection and migration endpoints
2026-01-18 23:08:29 +00:00
..
2026-01-16 20:55:14 +00:00
2025-12-23 13:24:04 +00:00
2025-10-02 20:31:31 +00:00
2025-12-16 22:00:14 +00:00
2026-01-15 08:56:09 +00:00
2025-06-02 22:12:33 +02:00
2026-01-16 00:07:50 +00:00
2025-12-10 15:35:26 +00:00
2025-12-11 13:34:17 +00:00
2025-06-02 22:12:33 +02:00
2025-11-18 23:03:35 +00:00
2025-12-16 22:00:14 +00:00
2025-10-24 19:40:44 +00:00
2025-12-08 16:20:49 +00:00
2025-10-16 09:19:44 +00:00
2026-01-09 14:57:15 +00:00
2026-01-13 15:20:06 +00:00
2025-10-16 09:19:44 +00:00
2025-11-18 23:03:35 +00:00
2025-11-05 11:10:48 +00:00
2023-08-22 00:34:44 +02:00
2025-11-24 17:39:35 +00:00
2025-12-23 13:24:04 +00:00
2025-12-15 18:01:07 +00:00
2026-01-11 09:30:07 +00:00
2025-06-02 22:12:33 +02:00
2025-12-15 18:01:07 +00:00
2025-12-15 20:35:51 +00:00
2025-12-15 18:01:07 +00:00
2025-06-02 22:12:33 +02:00
2025-12-10 17:28:56 +00:00
2025-03-13 09:31:38 +01:00
2024-04-04 04:16:53 +02:00
2025-12-10 15:35:26 +00:00
2025-02-06 12:43:24 +01:00
2025-12-01 15:16:22 +01:00
2026-01-15 08:56:09 +00:00
2026-01-18 23:08:29 +00:00
2025-10-27 14:29:53 +00:00
2026-01-14 12:06:40 +00:00
2026-01-17 10:44:30 +00:00
2026-01-09 07:03:29 +00:00
2025-06-02 22:12:33 +02:00
2025-10-17 14:05:17 +00:00
2026-01-14 12:06:40 +00:00
2025-07-17 15:18:40 +00:00
2026-01-18 23:08:29 +00:00
2025-09-04 22:05:22 +00:00
2025-06-02 22:12:33 +02:00
2025-10-27 14:29:53 +00:00
2025-06-02 22:12:33 +02:00
2025-09-18 15:49:35 +00:00
2025-12-23 13:24:04 +00:00
2026-01-18 23:08:29 +00:00
2025-05-25 14:03:38 +02:00
2026-01-18 23:08:29 +00:00
2025-07-03 21:02:45 +00:00
2025-06-02 22:12:33 +02:00
2025-12-25 16:29:49 +00:00
2025-06-02 22:12:33 +02:00
2025-06-02 22:12:33 +02:00
2025-09-19 17:43:16 +00:00
2025-09-19 17:43:16 +00:00
2025-09-09 21:04:23 +00:00
2025-09-11 21:57:56 +00:00
2026-01-09 10:31:56 +00:00
2026-01-18 23:08:29 +00:00
2025-09-17 12:15:33 +00:00
2025-09-02 14:34:46 +00:00
2026-01-18 23:08:29 +00:00
2025-10-21 15:46:41 +00:00
2026-01-09 17:32:44 +00:00
2025-12-02 12:48:14 +00:00
2025-12-16 21:17:06 +00:00
2026-01-06 18:07:51 +00:00
2025-06-02 22:12:33 +02:00
2026-01-17 13:24:58 +00:00