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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org