-
Notifications
You must be signed in to change notification settings - Fork 75
feat: added JWT validation logic @W-20036916@ #1258
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
base: main
Are you sure you want to change the base?
Conversation
|
QA notes: setup: ❌ allow still getting: I figured it's due to the short-circuit of so updated it to this to continue qa: ❌ @jfeingold35 based on these docs I think we could simplify the key validation by just ensuring the I think we could omit checking for all other keys since we aren't validating their values, so |
9e80d71 to
3fce874
Compare
|
QA update:
✅ jwt is partially redacted (limitation of how our logger works and jwt format) ✅ also verified opaque tokens still get redacted |
52b61cb to
96f0b91
Compare



What does this PR do?
In addition to opaque tokens, certain APIs now accept JWT-style tokens. This adds the logic for validating the format of such a token.
What issues does this PR fix or reference?
@W-20036916@