-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Separate safe and unsafe RPC endpoints #3560
Comments
cc @cosmos/cosmos-ui Do you have any thoughts on this? It will probably change routes. |
what will the authentication method look like for trusted clients? |
Which endpoints would change? May also be a good chance to add missing endpoints to the REST server so we only have one source of truth. |
I don't know if we would have one initially; instead probably we'll just emphasize that untrusted RPC servers should only bind to localhost. |
No longer needed due to #3641 |
"Safe" endpoints can be publicly-exposed by a node to untrusted clients (modulo DoS).
"Unsafe" endpoints should not be publicly exposed to untrusted clients.
We also need a distinction for:
The text was updated successfully, but these errors were encountered: