-
Notifications
You must be signed in to change notification settings - Fork 356
Standardize permission policy check logic #7206
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
Comments
To also fix: in https://rucio.github.io/documentation/operator/configuration_parameters/#policy, |
Isn't this fixed? https://github.com/rucio/documentation/pull/391/files |
Looks like it was accidentally added back here rucio/documentation@80a67a9 |
Quick PR to fix the doc issue rucio/documentation#473 |
lib/rucio/core/permission/__init__.py
has in fact complex logic to determine the policy, but in several places in the code, a simpleconfig_get("policy", "permission")
is done instead.Originally posted by @maxnoe in rucio/documentation#391 (comment)
See also: rucio/documentation#391 (comment)
The text was updated successfully, but these errors were encountered: