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

JSR-347 should have an authentication mechanism #1

Open
loboweissmann opened this issue Jul 16, 2013 · 0 comments
Open

JSR-347 should have an authentication mechanism #1

loboweissmann opened this issue Jul 16, 2013 · 0 comments

Comments

@loboweissmann
Copy link

A current limitation I see on some data grid implementations is the lack of an authentication scheme when a node joins a cluster.

This can be a huge security problem, since you need a way to ensure that all the nodes on a cluster are putting only valid data on the grid, and not malicious content, since the broadcast mechanism usually is something like jGroups, that does not forces any authentication scheme to any process which sends content to a given group.

I don't know if the best choice consists on ensure authentication/authorization on every change to the data stored on the grid, but at least an authentication scheme should be implemented.

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

1 participant