Separte PersistKeysToAWSSystemsManager into two methods PersistKeysTo* and ProtectKeysWithKMS #25
Labels
feature-request
A feature should be added or improved.
module/sys-mgr-ext
p2
This is a standard priority issue
Currently there is a single method saying - PersistKeysToAWSSystemsManager that takes two responsibilities
Describe the Feature
We want to use KMS Keys for data protection and use Redis for persistence(Production) vs using FileSystem for persistence(DEV)
Look at how Azure Key vault and Redis can be used together as both concerns are different
https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-3.1 shows
Is your Feature Request related to a problem?
YES
Proposed Solution
Provide an extension point in package
Describe alternatives you've considered
Include KMS Client package only and implement data protection methods
Additional Context
Environment
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: