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

Document the usage of RBAC UI for implementing roles for varied use cases #1856

Open
nitinsj opened this issue Jun 28, 2024 · 0 comments
Open

Comments

@nitinsj
Copy link

nitinsj commented Jun 28, 2024

What do you want to improve?

Document of RBAC UI Interface for implementing Roles and Permission use cases

  • especially conditional ones and
  • those can be implemented using variables in the permission policy as code.

What does the current documentation state?

The current documentation provides basic information on configuring the RBAC UI plugin.

What would you like to be added/updated in the documentation?

The documentation should elaborate on how to define roles for different use cases. It should document the limitation related to using conditional permission rules. Especially implementing conditional policies like follows:

anyOf: [ 
  catalogConditions.isEntityOwner({
    // particularly this condition where a variable is used as claim.
    claims: user?.identity.ownershipEntityRefs ?? [],
  }),
  isInSystem({ systemRef: 'system:default/podcast' }),
],

If that is not a limitation, then the documentation could provide guidance on implementing it using RBAC UI as well as API.

@github-actions github-actions bot added the jira label Jun 28, 2024
@nitinsj nitinsj changed the title Document of RBAC UI Interface for implementing Roles and Permission use cases (especially conditional ones) Document of the usage of RBAC UI for implementing roles for varied use cases Jun 28, 2024
@nitinsj nitinsj changed the title Document of the usage of RBAC UI for implementing roles for varied use cases Document the usage of RBAC UI for implementing roles for varied use cases Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant