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

[Resource Access Control] [Part2] Introduces a client for Resource Access Control and adds concrete implementation via common package #5186

Open
wants to merge 3 commits into
base: feature/resource-permissions
Choose a base branch
from

Conversation

DarshitChanpura
Copy link
Member

@DarshitChanpura DarshitChanpura commented Mar 17, 2025

#5185 must be merged before merging this.

#5016 is being broken down into smaller pieces. This is part 2.

Description

Introduces a client to be consumed by plugins, and a common package that contains changes relevant to the implementation of ResourceAccessControl.

There are 4 java APIs as well as 4 REST APIs introduced as part of this PR. Plugins will leverage the client to call the java APIs to implement resource access control.

Issues Resolved

Related to #4500

Testing

  • automated tests

Check List

  • New functionality includes testing
  • New functionality has been documented
  • New Roles/Permissions have a corresponding security dashboards plugin PR
    - [ ] API changes companion pull request created
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@DarshitChanpura DarshitChanpura changed the title [Resource Access Control] [Part2] Introduces SPI for resource access control [Resource Access Control] [Part2] Introduces a client for Resource Access Control and adds concrete implementation via common package Mar 17, 2025
…ntrol implementation in common package

Signed-off-by: Darshit Chanpura <[email protected]>
@DarshitChanpura
Copy link
Member Author

CI should pass once #5185 is merged.

@DarshitChanpura DarshitChanpura marked this pull request as ready for review March 17, 2025 22:47
DarshitChanpura added a commit to DarshitChanpura/security that referenced this pull request Mar 17, 2025
@DarshitChanpura DarshitChanpura added the resource-permissions Label to track all items related to resource permissions label Mar 18, 2025
@cwperks
Copy link
Member

cwperks commented Mar 18, 2025

@DarshitChanpura can you elaborate on the java + REST APIs this PR introduces in the PR description?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resource-permissions Label to track all items related to resource permissions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants