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

PolicyPackageNotFound: Module rucio.common.permission.generic_multi_vo not found #4579

Closed
sfayer opened this issue Apr 26, 2021 · 1 comment · Fixed by #5040
Closed

PolicyPackageNotFound: Module rucio.common.permission.generic_multi_vo not found #4579

sfayer opened this issue Apr 26, 2021 · 1 comment · Fixed by #5040
Assignees
Milestone

Comments

@sfayer
Copy link
Contributor

sfayer commented Apr 26, 2021

Hi,

While setting up an instance with multi_vo mode enabled using the default permissions package, I got the following error on the client (just from running rucio whoami):

2021-04-26 10:40:51,035 ERROR   Cannot authenticate.
Details: PolicyPackageNotFound: Module rucio.common.permission.generic_multi_vo not found 

I think this may just be a simple typo in the fallback package name here:

POLICY = 'rucio.common.permission.' + GENERIC_FALLBACK.lower()

Is this meant to be "rucio.core.permission." instead and could it please be fixed?

Regards,
Simon

@bari12
Copy link
Member

bari12 commented Apr 28, 2021

Yes that should be fixed. Thanks for reporting.

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

Successfully merging a pull request may close this issue.

4 participants