ssv icon indicating copy to clipboard operation
ssv copied to clipboard

Feature Request: Add Bearer Token auth credentials

Open CVJoint opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Besu supports RPC authentication using a Bearer Token, but there is no way to add this header in the SSV config.

Describe the solution you'd like Adding an optional bearer token header to the eth1 rpc would allow secure authentication to an external besu node.

Describe alternatives you've considered Adding http auth using a reverse proxy. Using the bearer token would be native to besu and seems more secure.

Additional context Reference: https://besu.hyperledger.org/en/stable/public-networks/how-to/use-besu-api/authenticate/#3-generate-an-authentication-token

Project that implements bearer token: https://app.omniatech.io/

CVJoint avatar Apr 08 '23 03:04 CVJoint

thanks. Since geth doesn't need an authentication for the API's we used, this is not implemented in the SSV node, we will work on adding an optional token for other clients that do support this.

y0sher avatar Jan 31 '24 19:01 y0sher