[ https://issues.apache.org/jira/browse/KNOX-3109?focusedWorklogId=961917&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-961917 ]
ASF GitHub Bot logged work on KNOX-3109: ---------------------------------------- Author: ASF GitHub Bot Created on: 16/Mar/25 16:38 Start Date: 16/Mar/25 16:38 Worklog Time Spent: 10m Work Description: lmccay opened a new pull request, #1005: URL: https://github.com/apache/knox/pull/1005 ## What changes were proposed in this pull request? Currently, passcode tokens can only be used as passwords with HTTP Basic authentication headers. This change will enable them to be accepted as Authorization: Bearer tokens. Will need to be able to distinguish between a JWT and a Passcode token when presented as a Bearer token. This will allow Passcode tokens to be used as API_KEYs. ## How was this patch tested? Manually tested, added new unit tests and ran all existing unit tests. Issue Time Tracking ------------------- Worklog Id: (was: 961917) Remaining Estimate: 0h Time Spent: 10m > Passcode Tokens to use as Bearer Token > -------------------------------------- > > Key: KNOX-3109 > URL: https://issues.apache.org/jira/browse/KNOX-3109 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Reporter: Larry McCay > Assignee: Larry McCay > Priority: Major > Fix For: 2.2.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Currently, passcode tokens can only be used as passwords with HTTP Basic > authentication headers. > This change will enable them to be accepted as Authorization: Bearer tokens. > Will need to be able to distinguish between a JWT and a Passcode token when > presented as a Bearer token. -- This message was sent by Atlassian Jira (v8.20.10#820010)