AWS SSO With Go SDK Debugging #2443
Unanswered
karkir0003
asked this question in
Q&A
Replies: 1 comment
-
I confirmed that I have |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team. Hope you are doing well. I'm trying to use the AWS SDK for Go in order to retrieve secrets from AWS account. I went through the following steps:
aws configure sso
and set the session name, permission set role to use, etcexport AWS_PROFILE=<sso-profile-name>
using the profile name populated incat ~/.aws/config
Could someone please 🙏 help me fix this issue in a way that keeps maintainability in mind, but uses SSO. I don't want to expose/hardcode AWS credentials in this code for security purposes (and my team's Git Guardian cluster would immediately reject such commit). Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions