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

Add support for STS-issued AWS credentials #4596

Closed
tariqajyusuf opened this issue Feb 6, 2024 · 0 comments · Fixed by #4603
Closed

Add support for STS-issued AWS credentials #4596

tariqajyusuf opened this issue Feb 6, 2024 · 0 comments · Fixed by #4603

Comments

@tariqajyusuf
Copy link
Contributor

Is your feature request related to a specific problem?

When using either the CLI or the Fides web interface, the AWS resource scanner requests an access key ID and secret. This means that users can only use long-term credentials which goes against AWS best practices. Best practices indicate to use temporary security credentials

Describe the solution you'd like

Adding an additional CLI argument (e.g. --session_token) that allows for just-in-time creation and use of temporary keys created by STS.

Describe alternatives you've considered, if any

Alternative would be provisioning a long-term access key.

Additional context

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

Successfully merging a pull request may close this issue.

1 participant