[tacacs]: Add SSH TraceId authorization attribute support#407
Open
Rod-Persky wants to merge 2 commits into
Open
[tacacs]: Add SSH TraceId authorization attribute support#407Rod-Persky wants to merge 2 commits into
Rod-Persky wants to merge 2 commits into
Conversation
Signed-off-by: Rod Persky <770327+Rod-Persky@users.noreply.github.com>
…ices into dev/rodpersky/traceid-hld-support
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Jul 9, 2026
|
Hi, there are workflow run(s) waiting for approval, you may be first-time contributor. I will notify maintainers to help approve once PR is approved. Thanks! ---Powered by SONiC BuildBot
|
This file contains hidden or 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
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 introduces support for a new
traceid_authorizationoption for TACACS+ authorization, allowing the system to include an SSH TraceId in TACACS+ authorization requests. The changes ensure this option is configurable, has a sensible default, and is properly reflected in configuration templates and tests.Related:
New feature: TACACS+ TraceId Authorization
traceid_authorizationoption in TACACS+ configuration, defaulting toon, and updated the Jinja template (tacplus_nss.conf.j2) and sample output files to include this option and its documentation. [1] [2] [3]TACPLUS_TRACEID_AUTHORIZATION_DEFAULTconstant (default:True) and included it in the global TACACS+ defaults inhostcfgd. [1] [2]traceid_authorizationvalue is correctly parsed and normalized when updating the global TACACS+ configuration.traceid_authorizationvalue to the template.Test updates
traceid_authorizationoption, ensuring correct behavior when the option is set or unset. [1] [2]