Secret: add ability to configure extra owner decrypters (#111301)
--------- Co-authored-by: Ryan McKinley <ryantxu@gmail.com> Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
This commit is contained in:
co-authored by
Ryan McKinley
Stephanie Hingtgen
parent
b63e3fd3ae
commit
e69cc03ef9
@@ -437,6 +437,7 @@ var wireBasicSet = wire.NewSet(
|
||||
secretmetadata.ProvideKeeperMetadataStorage,
|
||||
secretmetadata.ProvideDecryptStorage,
|
||||
secretdecrypt.ProvideDecryptAuthorizer,
|
||||
wire.Value([]secretdecrypt.ExtraOwnerDecrypter(nil)),
|
||||
secretdecrypt.ProvideDecryptService,
|
||||
secretinline.ProvideInlineSecureValueService,
|
||||
secretencryption.ProvideDataKeyStorage,
|
||||
|
||||
+13
-7
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user