-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for X-TOKEN header for gRPC connection #543
Comments
Have you tried using the
Line 200 in 6ccaf58
|
|
something like this needs to be added to flow-evm-gateway/bootstrap/bootstrap.go Line 28 in d003e8a
|
Can you elaborate on this? What is the desired outcome/usage of this? |
We want to be able to set an auth token on our QuickNode endpoint so that we can use a configuration like this:
|
Services such as QuickNode support an x-token header for grpc authentication. It would be useful to use a QuickNode specific endpoint for the EVM gateway instead of the public endpoint.
The text was updated successfully, but these errors were encountered: