read AWS Secret Manager boto3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 11:40 AM
Hello, I need to read secrets_value from AWS Secrets Manager, reading via python using boto3 I can retrieve the secret.
I need to run it on a notebook, is it possible to read without informing the credentials, only through the IAM role? I tried to add a profile instance to the cluster with permission, but when I executed boto3 I got a NoCredential error.
Thanks.