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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voluntary exit does not appear to use the "--grpc-headers" flag #8333

Closed
djoyahoy opened this issue Jan 25, 2021 · 1 comment
Closed

Voluntary exit does not appear to use the "--grpc-headers" flag #8333

djoyahoy opened this issue Jan 25, 2021 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@djoyahoy
Copy link
Contributor

馃悶 Bug Report

Description

When attempting to do a voluntary exit, it always fails because it does not seem to use grpc headers when authorization headers are provided.

Has this worked before in a previous version?

Unknown. However, I am running this on v1.1.0.

馃敩 Minimal Reproduction

./validator-v1.1.0-darwin-amd64 \
accounts \
voluntary-exit \
--wallet-dir $WALLET_DIR \
--wallet-password-file $WALLER_PASSWORD \
--public-keys $PUBKEY \
--beacon-rpc-provider $BEACON_RPC \
--tls-cert $TLS_CERT \
--grpc-headers "Authorization=Basic ${TOKEN}"

馃敟 Error

[2021-01-25 14:54:06] ERROR accounts: voluntary exit failed for account 0x9354b1c08abe error=rpc error: code = Unauthenticated desc = Unauthorized: HTTP status code 401; transport: missing content-type field

馃實 Your Environment

Operating System:

  
 Mac OS X 10.15.7
  

What version of Prysm are you running? (Which release)

  
v1.1.0
  
@djoyahoy
Copy link
Contributor Author

Fixed by #8334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants