-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add type to JWT decode header #119
Conversation
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.
Hi @AlyHKafoury can you add the requested changes?
Thank you!
I have added the required changes, can I ask for your review please ? |
I am fixing the tests problems |
@kpacha is there a correct method to generate the signed JWT payloads for tests ? |
There are some keys at the |
Hi @AlyHKafoury, we have selected this feature to release with KrakenD 2.5, which will be out really soon. Will you be able to complete the tests? |
Hello,
Yes I will push it in a few hours
Best Regards,
Aly Kafoury
…On Mon, Oct 23, 2023 at 1:41 PM A. Lombarte ***@***.***> wrote:
Hi @AlyHKafoury <https://github.com/AlyHKafoury>, we have selected this
feature to release with KrakenD 2.5, which will be out really soon. Will
you be able to complete the tests?
—
Reply to this email directly, view it on GitHub
<#119 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKUBD4DBVMBGEKBAOEZJKTYAZCUZAVCNFSM6AAAAAA2QLRQFGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZUHEYTKMRUGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @AlyHKafoury, We will be preparing the release of KrakenD CE 2.5 early next week. I just wanted to ping you to see if you can complete this. Otherwise we will introduce this functionality in krakenD 2.6 (2024) |
Hi @AlyHKafoury, Are you still interested in finishing this for the next release 2.6? |
Yes I will do my best to fix the unit tests I am just not very familiar with the key generation |
@alombarte I made changes to the test case encryption once it is reviewed I believe the code should pass the test case passes locally now |
@kpacha can you please re-review |
@alombarte Will re run the signer |
@AlyHKafoury I've created a PR on your fork fixing the failling tests. Once you approve and merge it, we'll be able to merge and close this PR |
fix unit tests after extending the token header
Thanks for the contribution!!! |
reference : krakend/krakend-ce#711