play-project / play

The main repository, used for website and issues
2 stars 0 forks source link

Checking new CEP patterns for permissions in governance #55

Closed chamerling closed 11 years ago

chamerling commented 11 years ago

The governance API component must check that the pattern can be deployed according to user rights ie check groups/permissions/streams

chamerling commented 11 years ago

@stuehmer can you give details on how to implement this. When the governance is receiving the deploy call, it will call the DCEP to get input and output streams.

Please complete XXX and YYY:

What if the user have valid access to input and output but input and output streams are not in the same group?

stuehmer commented 11 years ago

On 09.07.2013 15:19, Christophe Hamerling wrote:

What if the user have valid access to input and output but input and output streams are not in the same group?

I think then the user still has access, right? If I understand this correctly (e.g. under Linux) I don't care if I have access to a directory because I am in group "root" or in group "tomcat", right? Access is access, just the same. Am I missing something?

chamerling commented 11 years ago

OK with that! :)

stuehmer commented 11 years ago

:)