AWS Secrets Manager support #15491
beastlyDartfordian
started this conversation in
Ideas
Replies: 1 comment
-
Just as we support S3 for Media storage and Azure Key Vault, we could support AWS Secrets Manager, but we don't, currently. I'm not too familiar with AWS Secrets Manager though, and perhaps such an explicit support is not needed. How exactly would you like to manage secrets? Because if it's only about storing configuration values of the app like connection strings, then (similar to Azure Key Vault) it might be able to inject those as environment variables, making them readily accessible from the app via the default ASP.NET Core configuration provider. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use AWS for our hosting here at our company, and with that use Secrets Manager to store, well, secrets.
Wondering what the thoughts / potential was for adding secrets manager support similar to what Orchard Core has for Azure Key Vault?
(If its already possible to use AWS Secrets Manager but I don't know about it please let me know!)
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions