-
Notifications
You must be signed in to change notification settings - Fork 24
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
Authorize requests #301
Authorize requests #301
Conversation
Issue-Id: #22
…kaios into 22_authorize_requests
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.
I am almost done with the review. I will review the last four files tomorrow. Here is the first part of the comments.
@christoph-hamm: When specifying an allowRule but no denyRule the yaml parser forces to define an empty "denyRule" in the config. I would have expect that I can leave away the denyRule and internally it is treated as empty. |
@krucod3 , @christoph-hamm: I think we need a user documentation for this, right? |
@krucod3, @christoph-hamm: I have updated the control interface examples and pushed. The only restriction I had is that I get the whole CompleteState for now when requesting the workload states because the filtering is not ready yet, but I know that @krucod3 is working already on that. So, I need to test the examples again if the filtering is in. So please let me know. |
Issue-Id: #22 Co-authored-by: Oliver Klapper <oliver.klapper@elektrobit.com>
I have changed this already by adding serde attribute setting on top of the vectors. |
Co-authored-by: Oliver <42932060+inf17101@users.noreply.github.com>
…kaios into 22_authorize_requests
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.
@inf17101 , I have reviewed your changes on the examples.
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 👍
Issues: #22
Definition of Done
The PR shall be merged only if all items mentioned in CONTRIBUTING.md have been followed. In case an item is not applicable as described, please provide a short explanation in the description.