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
WMA discovered case where a move operation was performed but Tapis returned this error: FILES_NOT_AUTHORIZED. Tenant: portals OboUserId: sal SystemId: frontera Path: home1/05089/sal/1TAC2C.B.jpg Permission: READ
Problem appears to be related to attempt to update permissions in SK after the move is performed.
Bug was most likely introduced when adding support for sharing file paths.
See class FileOpsService.java, method:
WMA discovered case where a move operation was performed but Tapis returned this error:
FILES_NOT_AUTHORIZED. Tenant: portals OboUserId: sal SystemId: frontera Path: home1/05089/sal/1TAC2C.B.jpg Permission: READ
Problem appears to be related to attempt to update permissions in SK after the move is performed.
Bug was most likely introduced when adding support for sharing file paths.
See class FileOpsService.java, method:
On line approx 574 calls method:
permsService.replacePathPrefix(oboTenant, oboUser, sysId, srcRelPathStr, dstRelPathStr);
The text was updated successfully, but these errors were encountered: