Skip to content
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

[ANCHOR-734] Fix wrong secret used to sign headers #1420

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

Ifropc
Copy link
Contributor

@Ifropc Ifropc commented Jul 17, 2024

Description

Fixed bug described in #1406

Context

CallbackApiClient (derived from BaseApiClient) was using wrong method for JWT signature (it was hardcoded to be authHelper.createPlatformServerAuthHeader), which in turn raised an error because platform JWT secret wasn't defined in the scope of that particular AuthHelper

Testing

  • ./gradlew test

Documentation

N/A

Known limitations

N/A

@Ifropc Ifropc linked an issue Jul 17, 2024 that may be closed by this pull request
Copy link

Code Coverage

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@Ifropc Ifropc merged commit f9b86af into develop Jul 17, 2024
8 checks passed
@Ifropc Ifropc deleted the ANCHOR-734-jwt-bug branch July 17, 2024 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event processor configuration gives error when configuring it for JWT
2 participants