-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AWS SettingsManager support #175
Comments
Sounds good to me 👍 PR welcome. It should be fairly easy to copy other sources. Is there good documentation on the AWS side? |
There are 2 ways to retrieve secrets for python.
Here, pydantic-settings would store it in memory instead of cache using the So should I use the AWS SDK to connect with the secret manager client or assume this cache-based method? @samuelcolvin - Need some clarity on the approach. Thanks. |
Initial Checks
Description
Can we add support for AWS SecretManager as a new pydantic source?
I have an idea of how to implement a custom source by looking at
sources.py
Affected Components
The text was updated successfully, but these errors were encountered: