Open dmohns opened 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.
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.