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

Added Subject to access method #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amarcionek
Copy link
Contributor

@amarcionek amarcionek commented Jan 2, 2019

Access method should check against the caller's RPC credentials.
Addresses #71.

Signed-off-by: Adam Marcionek [email protected]

@dcache-ci
Copy link

Can one of the admins verify this patch?

@amarcionek
Copy link
Contributor Author

Please note I did not make the change to PseudoFs because the subject is stored as a class member.

@paulmillar
Copy link
Member

Thanks for the patch.

Could you add the 'signed-off-by' line in the commit message?
See README.md for details.

Access method should check against the caller's RPC credentials.
Addresses dCache#71.

Signed-off-by: Adam Marcionek <[email protected]>
@kofemann
Copy link
Member

kofemann commented Jan 7, 2019

@amarcionek The PseudoFS is created per request. This allows to perform all permission check based on different from what file system will allow, like root squashing or request credentials mapping. Give me some time to check that new method nicely plays with existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants