-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is there any way to control access authentication for the JSON-RPC and HTTP API? #6169
Comments
No built-in configuration |
As far as I can see, currently java-tron itself only provide rate and connect limits. You could find them in config file. |
https://besu.hyperledger.org/public-networks/how-to/use-besu-api/authenticate, JSON-RPC authentication @eodiandie. We could give it a try. |
Hi, |
According to the document mentioned above, besu supports two authentication methods:
I think we can supports these two methods for Tron. Besides that, I will do some search to find if there is a specification about the authentication for eth jsonrpc apis. |
@waynercheung that's great! it's could be better if Tron get build-in authentication ! |
I have deployed a Tron node, and for security reasons, I want to implement measures to restrict access to its interfaces.
Does the Tron node have any built-in configuration that supports this functionality, or do I have to rely on additional measures like a proxy to achieve it?
The text was updated successfully, but these errors were encountered: