-
Notifications
You must be signed in to change notification settings - Fork 63
Acl check #290
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
Acl check #290
Conversation
chadell
left a comment
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 think it's an interesting feature to manage ACL entries. Obviously, maybe the biggest gap is a proper documentation to understand how to use aside of reviewing the tests
76c3bbd to
813e557
Compare
1c27528 to
8bbf9aa
Compare
mzbroch
left a comment
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.
Leaving my first comments
chadell
left a comment
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 like the naming better now. I think it's a useful auxiliary code for managing ACLs.
6a56b4e to
83abaee
Compare
mzbroch
left a comment
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.
Adding model question
qduk
left a comment
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 thought the docs were pretty easy to follow. No real code suggestions just a few grammar things. I think this will be very useful!
docs/user/lib_use_cases_acl.md
Outdated
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.
| The intention of this page is not to cover every attribute and it's behavior, but a more human (although highly technical) understanding of what is going on. For more detailed information, please see the [test](https://github.com/networktocode/netutils/blob/develop/tests/unit/test_acl.py) and [code docs](../../dev/code_reference/acl/). | |
| The intention of this page is not to cover every attribute and its behavior, but a more human (although highly technical) understanding of what is going on. For more detailed information, please see the [test](https://github.com/networktocode/netutils/blob/develop/tests/unit/test_acl.py) and [code docs](../../dev/code_reference/acl/). |
Co-authored-by: Jeff Kala <[email protected]>
f01b9c6 to
7b884ff
Compare
Co-authored-by: Adam Byczkowski <[email protected]> Co-authored-by: Jeff Kala <[email protected]>
Co-authored-by: Jeff Kala <[email protected]> Co-authored-by: Adam Byczkowski <[email protected]>

No description provided.