SecretsManager: Add outbox store (#106613)

SecretsManager: add outbox store

Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com>
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
This commit is contained in:
Dana Axinte
2025-06-12 13:31:48 +01:00
committed by GitHub
co-authored by PoorlyDefinedBehaviour Matheus Macabu
parent 5a34447ad9
commit de28231f2f
32 changed files with 1157 additions and 2 deletions
+1
View File
@@ -421,6 +421,7 @@ var wireBasicSet = wire.NewSet(
// Secrets Manager
secretmetadata.ProvideSecureValueMetadataStorage,
secretmetadata.ProvideKeeperMetadataStorage,
secretmetadata.ProvideOutboxQueue,
secretencryption.ProvideEncryptedValueStorage,
secretmigrator.NewWithEngine,
secretdatabase.ProvideDatabase,