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

[Permissioning] PermissionAction restricts access to an action. #525

Open
daniel-wehbe opened this issue Jul 24, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@daniel-wehbe
Copy link
Contributor

Description

Adding permissioning is a two step process:

  1. Call PermissionAction on an action to allow a permission to be set on that action
  2. Call SetPermission on the same action to specify the permissioning configurations (Actor, whitelist, blacklist etc...)

Currently after step 1, the action is restricted from everyone even if SetPermission is not called to specify the permission. Not 100% sure if this is intended or not but have made this issue to keep track of this.

@daniel-wehbe daniel-wehbe added the enhancement New feature or request label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant