Skip to content
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

Open
dramkumar1 opened this issue Apr 19, 2023 · 3 comments
Open

How to add AWS session token #203

dramkumar1 opened this issue Apr 19, 2023 · 3 comments

Comments

@dramkumar1
Copy link

dramkumar1 commented Apr 19, 2023

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?

@varunjain99
Copy link
Contributor

varunjain99 commented Apr 19, 2023

Hey @dramkumar1 -- thanks for bringing this up

You can create a profile using the ~/.aws/credentials and ~/.aws/config files. And then use that profile to connect ZeusCloud with your environment. Essentially you would be following Option 1 in the getting started docs.

You can't directly input access key / secret / session token in the UI. Only access key + secret works for direct UI input.

@varunjain99
Copy link
Contributor

varunjain99 commented Apr 19, 2023

If I'm understanding you correctly, you need to do something like the following to set up your profile

Screen Shot 2023-04-18 at 10 31 37 PM

(from https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)

@varunjain99
Copy link
Contributor

varunjain99 commented Apr 19, 2023

Can help debug further / real-time in Slack if you prefer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants