-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: add jwe decrypt plugin #10252
feat: add jwe decrypt plugin #10252
Conversation
@fishioon click here when you are ready |
please make the ci pass |
missing test cases and ci failed, pls fix them first |
92ea674
to
fa89f03
Compare
Good job! please make the ci pass, thanks! |
49a424c
to
e659cff
Compare
@fishioon please make the ci pass |
2e61384
to
b51f672
Compare
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good to me. I haven't yet reviewed the doc tho.
Thanks for you contribution! We will check this pr later |
} | ||
} | ||
--- response_body | ||
passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real request test?
=== TEST 18: verify (in header)
--- request
GET /hello
--- more_headers
Authorization: Bearer eyJhbGciOiJkaXIiLCJraWQiOiJ1c2VyLWtleSIsImVuYyI6IkEyNTZHQ00ifQ..MTIzNDU2Nzg5MDEy.6JeRgm02rpOJdg.4nkSYJgwMKYgTeacatgmRw
--- response_body
hello world
@fishioon please resolve the review comments |
@shreemaan-abhishek Help me! |
Description
Like kong jwe-decrypt plugin.
Sometimes we need pass encrypt message with request header, like jwe
Fixes # (issue)
Checklist