You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files transfers are not respecting the sharedCtxGrantor fields. To repro - get a files service token, and add those fields to the transfer request. This can also be done with a job like this -
(from Rich)
To recreate problem:
Create System S owned by user U with static effectiveUserId = U.
Create App A owned by user U.
App A explicitly sets archiveSystemID to the same value as the execSystemId.
Similarly, App A sets the archiveSystemDir to the execSystemOutputDir.
Share A publicly.
Let user U2 submit a job using A.
The job does not set the ArchiveFilter.
The text was updated successfully, but these errors were encountered:
Files transfers are not respecting the sharedCtxGrantor fields. To repro - get a files service token, and add those fields to the transfer request. This can also be done with a job like this -
(from Rich)
To recreate problem:
Create System S owned by user U with static effectiveUserId = U.
Create App A owned by user U.
App A explicitly sets archiveSystemID to the same value as the execSystemId.
Similarly, App A sets the archiveSystemDir to the execSystemOutputDir.
Share A publicly.
Let user U2 submit a job using A.
The job does not set the ArchiveFilter.
The text was updated successfully, but these errors were encountered: