d-rec / drec-origin

D-REC Origin
https://d-rec.github.io/drec-origin/
GNU General Public License v3.0
8 stars 1 forks source link

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

Open dmohns opened 2 months ago

dmohns commented 2 months ago

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:

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