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

Support getting authenticated principal to be able to enforce permission on row #1289

Open
naleeha opened this issue Apr 17, 2024 · 0 comments
Labels

Comments

@naleeha
Copy link
Contributor

naleeha commented Apr 17, 2024

Feature Request

Description of Problem:

Currently there is a RowPermissionChecker which allows role based permission enforcing at row level
It needs to know the current user's role

Currently using the username from the login in request

Potential Solutions:

Additional Context:

  • RequestProcessor.createSession is where session is created
  • Currently session takes in user name from the login request (from ui) and set it on ClientSessionId
@naleeha naleeha added the server label Apr 17, 2024
@naleeha naleeha changed the title Set user in for on client session to be able to enforce permission on row Support getting user role to be able to enforce permission on row Apr 17, 2024
@naleeha naleeha changed the title Support getting user role to be able to enforce permission on row Support getting authenticated principal to be able to enforce permission on row Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant