saayam-for-all / request

GNU General Public License v3.0
1 stars 0 forks source link

Implement RBAC in Java Request Microservice After Authentication #35

Open abhishek3528 opened 2 months ago

abhishek3528 commented 2 months ago

Implement Role-Based Access Control (RBAC) in a Java microservice to enforce access control based on user roles after an authenticated request is received. The RBAC mechanism should ensure that users can only perform actions permitted by their assigned roles.

Acceptance Criteria: Users can only access endpoints permitted by their assigned roles. Unauthorized access is correctly denied with appropriate error messages. API endpoints have clear role-based access rules enforced. The implementation follows security best practices and is tested thoroughly.

mullapudimanoj commented 2 months ago

@abhishek3528 is working on this and will be completing by this week

mullapudimanoj commented 1 month ago

@abhishek3528 facing issue to deploying the code to AWS and will be resolving soon and pick up the new task