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

Acl check #290

Merged
merged 4 commits into from Aug 18, 2023
Merged

Conversation

itdependsnetworks
Copy link
Contributor

No description provided.

pyproject.toml Outdated Show resolved Hide resolved
Copy link

@chadell chadell left a 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

netutils/acl.py Outdated Show resolved Hide resolved
netutils/acl.py Outdated Show resolved Hide resolved
netutils/acl.py Outdated Show resolved Hide resolved
@itdependsnetworks
Copy link
Contributor Author

Skipped some of the larger files in some of the linters to speed things up as well.

image

netutils/ip.py Outdated Show resolved Hide resolved
Copy link
Contributor

@mzbroch mzbroch left a 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

Copy link

@chadell chadell left a 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.

netutils/ip.py Outdated Show resolved Hide resolved
netutils/ip.py Show resolved Hide resolved
netutils/ip.py Outdated Show resolved Hide resolved
netutils/ip.py Outdated Show resolved Hide resolved
netutils/ip.py Outdated Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
netutils/ip.py Outdated Show resolved Hide resolved
netutils/ip.py Outdated Show resolved Hide resolved
Copy link
Contributor

@mzbroch mzbroch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding model question

Copy link
Collaborator

@qduk qduk left a 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!

!!! info
It may be helpful to open the diagram in a new tab to view the full size, as an example, in Chrome you can right-click on the image and select "Open Image on New Tab".

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/).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/).

docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
netutils/ip.py Show resolved Hide resolved
netutils/ip.py Show resolved Hide resolved
docs/user/lib_use_cases_acl.md Outdated Show resolved Hide resolved
itdependsnetworks and others added 2 commits August 16, 2023 22:56
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
itdependsnetworks and others added 2 commits August 16, 2023 23:36
Co-authored-by: Adam Byczkowski <38091261+qduk@users.noreply.github.com>
Co-authored-by: Jeff Kala <48843785+jeffkala@users.noreply.github.com>
@itdependsnetworks itdependsnetworks merged commit 15df1cc into networktocode:develop Aug 18, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants