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

Use role-based access delegation for communication between AWS resources #404

Open
dmohns opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@dmohns
Copy link
Contributor

dmohns commented Sep 17, 2024

Reason: The project uses AWS access keys to authenticate with other AWS resources (S3). Usage of access keys is generally not recommended.

In our case the whole application runs on AWS infrastructure. So, it’s easy to implement key-less role-based authentication.

Steps:

  • Setup role-based authentication in AWS
  • Change the application and deployment method to use role-based authentication

Definition of done: No AWS accessKeys are required by the application.

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

1 participant