-
Notifications
You must be signed in to change notification settings - Fork 669
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] Display rule and table info written to APP DB #3713
base: master
Are you sure you want to change the base?
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@vivekrnv Could you include indication to the user where these rules are configured - CONFIG vs APPL DB? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Although, it might be more explicit. I'm afraid changing the legacy formatting might impact existing tests (if any). Besides, user should ideally provides arguments for table and rule This can be a good further enhancement though |
What I did
Currently, show and dump CLI only show entries from CONFIG_DB. A lot of new features write ACL Rules to APPL_DB. Thus it is imperative that the CLI's should be updated to display ACL tables and rules from APPL_DB
How I did it
How to verify it
ACl rules written to APPL_DB
Show CLI
Dump CLI
Previous command output (if the output of a command-line utility has changed)
New command output (if the output of a command-line utility has changed)