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

Add missing APIs to Service API #210

Closed
5 tasks done
SBriere opened this issue Apr 21, 2023 · 0 comments
Closed
5 tasks done

Add missing APIs to Service API #210

SBriere opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SBriere
Copy link
Member

SBriere commented Apr 21, 2023

Is your feature request related to a problem? Please describe.
Some features are not available yet to the Service API.

Describe the solution you'd like
Implement the following APIs:

- [ ] /users/access - GET: allow service to query roles not related to a specific project / site and not for the OpenTeraService only -> Will be accessed with the token

  • /users/access - Implement POST / DELETE to allow service to add users to specific roles
  • /roles - Implement GET / POST / DELETE to allow service to manage their own roles
  • /projects - Implement POST / DELETE to allow services to manage projects (don't forget to associate service to that project if new!)
  • /usergroups - Implement GET / POST / DELETE to allow services to manage user groups
  • Make roles available in tokens
@SBriere SBriere added the enhancement New feature or request label Apr 21, 2023
@SBriere SBriere self-assigned this Apr 21, 2023
SBriere added a commit that referenced this issue May 12, 2023
SBriere added a commit that referenced this issue May 17, 2023
@doumdi doumdi closed this as completed May 23, 2023
SBriere added a commit that referenced this issue May 30, 2023
Added "session_type_project" and "session_type_site" in database update message.
SBriere added a commit that referenced this issue May 30, 2023
…g ServiceQueryTestTypeProjects API. Added "id_session_type" parameter in ServiceQuerySessionTypes API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants