MySQL Forums
Forum List  »  NDB clusters

Re: Cluster Configuration
Posted by: Darren Cresswell
Date: October 19, 2004 05:31AM

That is something I didnt consider, However at first thought - it would not seem to solve my problem.

The problem I have is this:

There will be various user levels on this system, and users of the system may actually be using their own machine as part of the cluster - however, due to this system having a hierarchy (admins, non-admins, etc) - there has to be security implemented to stop a non-admin user from tampering with all the data, and indeed viewing all the data that he should not have access to.

Short of encrypting all the data there remains two options:

1. Only allow the user to store data on his machine that he has read access to - then it simply becomes the matter of verifying that the user has not modified the data - which is not that difficult.

2. Allow all data on all user's machines, however encrypt data that the user will not be allowed access to, so although he may store it - he would not be able to use it in any form. This has the disadvantage of losing any relational consistency, as the data would be encrypted and therefore not possible to link with - but it would get round the first option.

Ideally, the first option would be the best. But perhaps I am looking at this from the wrong point of view?

Options: ReplyQuote


Subject
Views
Written By
Posted
4883
October 18, 2004 09:32AM
2989
October 18, 2004 06:30PM
Re: Cluster Configuration
3075
October 19, 2004 05:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.