Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Fix: Reloader "invalid authorization header" error #89

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cnupy
Copy link

@cnupy cnupy commented Mar 22, 2024

Reloder expects the auth token to be on the second line of /jwt/api-token.txt, but lodestar generates a file with the api token on the first line. Instead of copying the token file, this fix recreates the token file in the format that Reloder expects.
In addition, Lodestar expects the URL to the API that implements BLS Remote Signer (the address of diva api) in the URL property of the payload of the /eth/v1/remotekeys call, so reload.sh is modified to implement this.

@franjoespejo franjoespejo requested a review from pradavc March 23, 2024 19:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants