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

feat: add endpoint to update roles of a ParticipantContext #257

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

This PR adds an endpoint PUT /v1/participants/<participantId>/roles that allows the super-user
to update the roles of a participant

Why it does that

Extensibility of the RBAC concept

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #252

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger force-pushed the feat/252_add_update_participant_endpoint branch from 84963e5 to 9563a06 Compare February 5, 2024 09:00
@paullatzelsperger paullatzelsperger force-pushed the feat/252_add_update_participant_endpoint branch from 9563a06 to cc81ac5 Compare February 5, 2024 09:04
@paullatzelsperger paullatzelsperger merged commit 53b8249 into eclipse-edc:main Feb 5, 2024
12 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/252_add_update_participant_endpoint branch February 5, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Management API: add endpoint to update ParticipantContext#roles
2 participants