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
Fix Configuration>Access Control>Tenants list view
The params[:id] is used to identify a particular tenant and allow
different access controls for different tenants. The view to list the
tenants uses params[:id] = 'xx-tn', which breaks the role_allows? method
with a '[RuntimeError] role_allows? no feature was found with
identifier: ["rbac_tenant_manage_quotas_tenant_tn"].' message.
The base "rbac_tenant_manage_quotas_tenant" feature is sufficient, so
adding an extra conditional to skip the whole id parsing allows viewing
the list of tenants.
0 commit comments