aiondemand / aiondemand/AIOD-rest-api
Add support for role assignment through REST API
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 36
- Fork
- 77
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Add an endpoint that allows administrators to add roles to other users.
These roles should be stored in keycloak. So in short, the endpoint:
- verifies that the user has the permissions to change roles of users (is admin)
- verifies the role exists in keycloak
- assigns the role to the user
As long as this feature isn't added, roles have to be assigned through the keycloak interface.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.