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

update RPC communication to use :8551 and JWT token #168

Open
donpdonp opened this issue Jun 22, 2023 · 0 comments
Open

update RPC communication to use :8551 and JWT token #168

donpdonp opened this issue Jun 22, 2023 · 0 comments

Comments

@donpdonp
Copy link

Running geth 1.12.1, the http user/pass is gone and --authrpc.jwtsecret /tmp/jwtsecret is used instead. This unfortunately makes eth-cli useless for a local geth server. The update looks simple, add a Authorization: Bearer $TOKEN header to the rpc request.

https://github.com/jwasinger/geth-jwt-example/blob/master/curl_example.sh

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

No branches or pull requests

1 participant