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(server): Add RPC GetPrincipal #1157

Merged
merged 3 commits into from
Nov 25, 2024
Merged

feat(server): Add RPC GetPrincipal #1157

merged 3 commits into from
Nov 25, 2024

Conversation

Snarr
Copy link
Member

@Snarr Snarr commented Nov 24, 2024

Adds RPC GetPrincipal, which takes in a PrincipalId and returns the corresponding Principal object found in the store. Requires READ action over ACL_PRINCIPAL resource, which inherently requires global permissions according to RequestExecutionContext#authContextFor() implementation.

Closes #1153.

@Snarr Snarr merged commit 33c8993 into master Nov 25, 2024
16 checks passed
@Snarr Snarr deleted the feat/rpc-getprincipal branch November 25, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add rpc GetPrincipal
2 participants