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

Username / password not retained in Eth RPC URL #577

Open
ulope opened this issue Nov 25, 2020 · 0 comments
Open

Username / password not retained in Eth RPC URL #577

ulope opened this issue Nov 25, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@ulope
Copy link
Contributor

ulope commented Nov 25, 2020

Describe the bug

In the configuration response the Raiden node delivers to the webui the Eth RPC URL is passed in the web3 field.
It seems the auth part (e.g. https://<user>:<password>@someurl.ext) is not retained when constructing the Eth node URL.

Steps to reproduce

Steps to reproduce the behavior:

  1. Configure Raiden to use an Eth node URL with authentication (e.g. infura with the "project secret required" setting enabled)
  2. Open the webui
  3. Notice an JSON RPC connection error!
  4. The request does not contain an auth header

Expected behavior

The auth information to be retained

System:

  • OS: [e.g. iOS]
  • Browser Safari 14.01
  • Raiden 1.1.1.dev325+g4050ab976
  • WebUI 1.0.2
@ulope ulope added the bug Something isn't working label Nov 25, 2020
@manuelwedler manuelwedler added this to the Product Backlog milestone Nov 26, 2020
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

2 participants