Knox security picks into v2.1.x - #1352
Merged
Merged
Conversation
…n the group membership of the authenticated subject. (apache#1083) (cherry picked from commit 72be9fb)
apache#1343) * KNOX-3410: KnoxToken enable/disable endpoints perform no caller authorization * KNOX-3410: Address review comments (cherry picked from commit f212600)
apache#1344) * KNOX-3411: KnoxToken getUserTokens returns every user's token metadata without a caller authorization check * KNOX-3411: Add test clean-up (cherry picked from commit 049dc0c)
* KNOX-3416: KnoxSSO redirects to untrusted site * KNOX-3416: Clarify error message for userInfo (cherry picked from commit c3dee56)
…t username without RFC-4515 escaping (apache#1348) (cherry picked from commit 3cb8ef7)
…or a different token (apache#1345) (cherry picked from commit 5342483)
…che Knox Admin API (apache#1349) (cherry picked from commit de71a60)
hanicz
requested review from
bonampak,
lmccay,
moresandeep,
pzampino and
smolnar82
August 17, 2026 07:29
smolnar82
approved these changes
Aug 17, 2026
smolnar82
approved these changes
Aug 17, 2026
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.
KNOX-3188 - Add group-based configuration parameter for KnoxToken renewer/revoker access control
KNOX-3410 - KnoxToken enable/disable endpoints perform no caller authorization
KNOX-3411 - KnoxToken getUserTokens returns every user's token metadata without a caller authorization check
KNOX-3413 - KnoxToken passcode verification accepts a valid passcode for a different token
KNOX-3416 - KnoxSSO redirects to untrusted site
KNOX-3417 - A short description of the change
KNOX-3418 - Path traversal → arbitrary file write/overwrite in the Apache Knox Admin API
What changes were proposed in this pull request?
Backporting security fixes
How was this patch tested?
Did the same tested as specified in the parent PRs.