-
Notifications
You must be signed in to change notification settings - Fork 14
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
Why aren't multiple scoped attributes allowed. #123
Comments
@sanjeevchopra Please read my initial comment in this issue. In addition to not allowing multiple scopes per parent, it's also impossible to specify multiple parent entries with different scopes because the equal method of the Parent object disregards the "scopes" field entirely. The current state of things makes it impossible to construct permission graphs where a user might inherit attributes from a role in more than one scopes. I.e. [email protected] is a an analyst when accessing resources in site 1 AND site 2. |
Dario, |
@sanjeevchopra I've tested some changes and will likely submit a pull request for this. What do I have to sign to contribute? What's the status with the induction into the Eclipse foundation? |
@DarioAmiri The move to Eclipse Foundation is delayed due to other priorities for the ACS team. There is no defined contribution model, yet. @anurag-gujral , can you clarify requirements for contributions ? |
Dario , |
Is there any estimated date for this fix? |
I just noticed that multiple scoped attributes are not allowed. It seems like this feature existed at some point and then was disabled by this commit:
ab94c98
Could somebody please explain why this constraint was added?
The text was updated successfully, but these errors were encountered: