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

Implement access control for IM invoke #10241

Closed
mlepage-google opened this issue Oct 5, 2021 · 1 comment
Closed

Implement access control for IM invoke #10241

mlepage-google opened this issue Oct 5, 2021 · 1 comment
Labels
acl Access Control feature V1.0

Comments

@mlepage-google
Copy link
Contributor

mlepage-google commented Oct 5, 2021

  • initial prototype covers access control for IM read (Initial ACL prototype implementation #10236)
  • this task is similar but for IM invoke
  • invoke is a bit like read/subscribe in that it can be an ongoing back-and-forth conversation, ensure this works
  • probably need to check ACLs and SubjectDescriptor for each message in conversation
  • need to check fabric during command execution (can't change non-fabric data in certain cases)
@mlepage-google
Copy link
Contributor Author

This is done, just not enforced yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Access Control feature V1.0
Projects
None yet
Development

No branches or pull requests

2 participants