-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add request service permissions in generated policies #141
Conversation
Signed-off-by: Siddharth Kucheria <[email protected]>
Signed-off-by: Siddharth Kucheria <[email protected]>
Signed-off-by: Siddharth Kucheria <[email protected]>
Signed-off-by: Siddharth Kucheria <[email protected]>
f9a24c7
to
90fb399
Compare
This looks good, and the test is lovely, thank you! However, have you verified that |
I tried passing a generated policy with a service server and service client running. Passing it to I think outside the scope of this PR, but it's probably worth adding integration tests to test_security for services (and actions). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one suggestion.
sros2/test/sros2/commands/security/verbs/test_generate_policy.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CI
* added request service permissions Signed-off-by: Siddharth Kucheria <[email protected]> Signed-off-by: ruffsl <[email protected]>
Addresses #94
Requires ros2/rclpy#383