-
Notifications
You must be signed in to change notification settings - Fork 661
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
[TACACS+] Add config command for AAA authorization and accounting. #1889
Merged
liuh-80
merged 16 commits into
sonic-net:master
from
liuh-80:dev/liuh/tacacs_authorization_config
Nov 9, 2021
Merged
[TACACS+] Add config command for AAA authorization and accounting. #1889
liuh-80
merged 16 commits into
sonic-net:master
from
liuh-80:dev/liuh/tacacs_authorization_config
Nov 9, 2021
+192
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request introduces 7 alerts when merging d868e6a into e600e1c - view on LGTM.com new alerts:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
liuh-80
changed the title
Add new command for AAA authorization and accounting.
[TACACS+] Add config command for AAA authorization and accounting.
Oct 21, 2021
qiluo-msft
reviewed
Oct 22, 2021
qiluo-msft
reviewed
Oct 22, 2021
This pull request introduces 1 alert when merging 7695442 into 9017d99 - view on LGTM.com new alerts:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
….com/liuh-80/sonic-utilities into dev/liuh/tacacs_authorization_config
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
qiluo-msft
reviewed
Nov 5, 2021
qiluo-msft
approved these changes
Nov 9, 2021
liuh-80
added a commit
to liuh-80/sonic-utilities
that referenced
this pull request
Jul 4, 2023
…onic-net#1889) This pull request add config command for AAA authorization & accounting. Support TACACS per-command authorization & accounting. Change AAA config command to support authorization & accounting. Change show AAA command to support authorization & accounting. Add UT to cover changed code. 1. Build following project and pass all UTs: make target/python-wheels/sonic_utilities-1.2-py3-none-any.whl 2. Test new command manually. N/A Add config command for AAA authorization & accounting.
liuh-80
added a commit
that referenced
this pull request
Jul 10, 2023
…nting. (#1889) (#2891) * [TACACS+] Add config command for AAA authorization and accounting. (#1889) This pull request add config command for AAA authorization & accounting. Support TACACS per-command authorization & accounting. Change AAA config command to support authorization & accounting. Change show AAA command to support authorization & accounting. Add UT to cover changed code. 1. Build following project and pass all UTs: make target/python-wheels/sonic_utilities-1.2-py3-none-any.whl 2. Test new command manually. N/A Add config command for AAA authorization & accounting. * Remove radius UT * Remove UT because depends code change not in 202012 --------- Co-authored-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request add config command for AAA authorization & accounting.
Why I did it
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)