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
The management API /security endpoints rely on the RBAC information provided by the legacy rbac.db SQL database. In #27706, we updated most of the old RBAC implementation to use the indexer.
In this issue, we should update all the /security endpoints controllers and framework to use the new PoliciesIndex, RolesIndex, RulesIndex and UsersIndex classes from the indexer client to get the information required.
Additionally, we should define a plan to carry out the necessary API Integration tests.
Checks
The following elements have been updated or reviewed (should also be checked if no modification is required):
Tests (unit tests, API integration tests).
Changelog.
The text was updated successfully, but these errors were encountered:
Description
The management API
/security
endpoints rely on the RBAC information provided by the legacyrbac.db
SQL database. In #27706, we updated most of the old RBAC implementation to use the indexer.In this issue, we should update all the
/security
endpoints controllers and framework to use the newPoliciesIndex
,RolesIndex
,RulesIndex
andUsersIndex
classes from the indexer client to get the information required.Additionally, we should define a plan to carry out the necessary API Integration tests.
Checks
The following elements have been updated or reviewed (should also be checked if no modification is required):
The text was updated successfully, but these errors were encountered: