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
One of the auth checks in FileUtilsService.linuxOp (around line 255) is incorrect.
Check to see if system owner is making the request compares against oboTenant and not oboUser.
if (client.getSystem().getOwner() != null) isOwner = client.getSystem().getOwner().equals(client.getOboTenant());
The text was updated successfully, but these errors were encountered:
One of the auth checks in FileUtilsService.linuxOp (around line 255) is incorrect.
Check to see if system owner is making the request compares against oboTenant and not oboUser.
if (client.getSystem().getOwner() != null) isOwner = client.getSystem().getOwner().equals(client.getOboTenant());
The text was updated successfully, but these errors were encountered: