Skip to main content
Version: On prem: 14.0.16

RoleAssignmentsAccessModifier returns its own resource assignments

RoleAssignmentsAccessModifier got a new access mode - SELF that returns resource assignments of the active user. This AM contained a bug making the following two configurations:

  • ACCESSMODE=MANAGER,OWNEDCONTEXTS,ROLEOWNER,SYSTEMOWNER
  • ACCESSMODE=ALL

return all assignments when the first one should not return resource assignments of the active user.

If you have this access modifier configured with ACCESSMODE=MANAGER,OWNEDCONTEXTS,ROLEOWNER,SYSTEMOWNER, change it to ALL or add SELF to avoid difference in the behavior.

INC-261622