Join Slack
Powered by
Hi All, looking for a way to fetch a password ( wh...
# ask-community
a
Ariel Farbman
09/30/2025, 7:18 AM
Hi All, looking for a way to fetch a password ( which rotates ) at runtime in my flow ? The setup is ECS based, using AWS secrets manager
c
Craig
10/01/2025, 3:50 AM
Pretty sure you can just use boto3 to do that. Just make sure the IAM role for the thing that runs the flow has rights to read the secret.
Craig
10/01/2025, 3:52 AM
Get a Secrets Manager secret value using the Python AWS SDK - AWS Secrets Manager
🙌 1
Open in Slack
Previous
Next