forked from stellar/anchor-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ANCHOR-734] Fix wrong secret used to sign headers (stellar#1420)
### Description Fixed bug described in stellar#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
- Loading branch information
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters