dtolabs / yana2

Yet Another Node Authority ... because you wanted an agile Real-Time Service Model (RTSM)
8 stars 1 forks source link

Internal access control to support partitioning the resource model #157

Closed ahonor closed 12 years ago

ahonor commented 12 years ago

Provide an access control scheme that allows users to organize models by distinct management realms.

See #163.

gschueler commented 12 years ago

Implementation can be done with the spring-security-acl plugin http://burtbeckwith.github.com/grails-spring-security-acl/docs/manual/index.html.

allows us to:

Questions/considerations:

gschueler commented 12 years ago

also, what do you mean by "Even the projects names need to be filtered by ACL" ?

ahonor commented 12 years ago

Project names shown in a menu must be filtered based on the user's read-access privileges.

gschueler commented 12 years ago

ok, that is easily done with the acl plugin

ahonor commented 12 years ago
gschueler commented 12 years ago

ok, so current thinking is:

gschueler commented 12 years ago

base permissions for projects: read, write, create, delete, administration

new permissions for yana:

ahonor commented 12 years ago

+1