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

Implement RPC authentication #162

Open
D-Stacks opened this issue Apr 12, 2023 · 3 comments
Open

Implement RPC authentication #162

D-Stacks opened this issue Apr 12, 2023 · 3 comments

Comments

@D-Stacks
Copy link
Collaborator

I would like to transfer the following issue to the rusty-kaspa repo:

Currently, many nodes have RPC ports potentially open to the world
Some manner of authentication should be implemented to mitigate it

Suggested solution: gRPC supports authentication out-of-the-box: https://grpc.io/docs/guides/auth/

Source: kaspanet/kaspad#1893

Only the auth method should probably ideally support wRPC, gRPC and all potential future protocols in a generic manner.

@D-Stacks
Copy link
Collaborator Author

As per the original issue; it is preferable if the auth of a connection can be handled on a per call / notfification basis.

@KaffinPX
Copy link
Contributor

It should be handled by proxies, reference sofwares should be simple as much as possible i think

@RoboticWF
Copy link

Starting to figure this out now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants