-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Globus, Repo] - Hide Collection contents #1142
Comments
Running into the following error even though auth now appears to be correctly setup. This is being reported by Globus when a transfer starts
|
Output from authz logs indicates a permission denied error might be at fault.
|
Lookup ftp://ci-datafed-globus2/mnt/datafed PASS |
Arangodb log output
For some reason the path /datafed/datafedci-home is not making it to the foxx authorization route. This suggests that the path is being denied somewhere in the authz library. |
Output from core service
Again confirms that account lookup is not failing in the core service or foxx authz route. |
Contents of authz module on failure event.
|
Last known statements indicate that checkAuthorization is not returning 0.
|
Description
The current authz library is not passing lookup and chdir commands to the central services, allows someone to see things in Globus.
Acceptance
Pass authorization to Central services for lookup and chdir commands.
The text was updated successfully, but these errors were encountered: