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

User 'effective' resource permissions query #135

Merged
merged 4 commits into from
Dec 6, 2018
Merged

Conversation

fmigneault
Copy link
Collaborator

No description provided.

@fmigneault fmigneault mentioned this pull request Dec 6, 2018
17 tasks
@@ -403,7 +403,7 @@ def is_visible_by_user(self, ems_processes_id, process_id, request):
return False

# use inherited flag to consider both user and group permissions on the resource
path = '{host}/users/{usr}/resources/{res}/permissions?inherit=true' \
path = '{host}/users/{usr}/resources/{res}/permissions?inherit=true&effective=true' \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a comment also on the effective flag...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in below commits

@fmigneault fmigneault merged commit b3d4fd8 into master Dec 6, 2018
@fmigneault fmigneault deleted the user-effective-perms branch December 6, 2018 22:23
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

Successfully merging this pull request may close these issues.

2 participants