Challenge Overview
Challenge Requirements
Our security system is designed based on RBAC (Role Based Access Control). Users are directly assigned to some roles for performing permitted works.
In this challenge, we need to add some new endpoints to the service. In short we need these:
- New endpoint to get count of members in a group
- New endpoint to get a single member of the group
- New endpoint to create the a group in informix common_oltp:security_groups table
- New endpoint to manage sso records
For detailed requirements please register first and then check in the forum.
The code that you need to update is in the folder tech.core/tech.core.service.identity, you should check the README in the tech.core/tech.core.service.identity/docker to see how to deploy and test the service code locally.
Test
Unit tests are required for the new API.
Code
Your code must be well documented.
Technologies
- Java
- Informix
- SQL
- Docker
Final Submission Guidelines
Submission
- Updated code that covers all the requirements.
- A detailed deployment / verification guide explaining how to run and test your submission with some meaningful data.
- The winner will be asked to send a pull request to our repo.