-
Notifications
You must be signed in to change notification settings - Fork 898
Closed
Labels
UX-and-logsgood first issueGood for newcomersGood for newcomerslow-hanging-fruitEasy to resolve, get it before someone else does!Easy to resolve, get it before someone else does!val-clientRelates to the validator client binaryRelates to the validator client binary
Description
Description
We considered the issue of VC HTTP token provisioning solved with the closure of:
- Allow provisioning of the api-token.txt file (HTTP server auth) #3446
- Remove VC response signing #5423
However, we didn't add a CLI flag to set the token path. This issue tracks the addition of this flag.
Present Behaviour
Lighthouse always reads and writes the token from the $datadir/validators/api-token.txt
path.
Expected Behaviour
If the user supplies the --http-token-path
to the VC then the token should be read/written from this path instead. The flag should require the --http
flag to also have been provided.
Metadata
Metadata
Assignees
Labels
UX-and-logsgood first issueGood for newcomersGood for newcomerslow-hanging-fruitEasy to resolve, get it before someone else does!Easy to resolve, get it before someone else does!val-clientRelates to the validator client binaryRelates to the validator client binary