-
Notifications
You must be signed in to change notification settings - Fork 46
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
How to add AWS session token #203
Comments
Hey @dramkumar1 -- thanks for bringing this up You can create a profile using the You can't directly input access key / secret / session token in the UI. Only access key + secret works for direct UI input. |
If I'm understanding you correctly, you need to do something like the following to set up your profile (from https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) |
Can help debug further / real-time in Slack if you prefer! |
Is there any option to create a profile with AWS Session Token? I have tried a lot and successfully setup this tool but because of this missing option, I won't be able to use this tool. Please let me know if this tool supports scanning with all 3 values such as access key, secret access key and session token?
The text was updated successfully, but these errors were encountered: