Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Restructuring tenant entity for RBAC role #8662

@ganeshhubale

Description

@ganeshhubale
  • Navigation to tenant's details page via tree works only for administrator but it is not usable against users other than administrator.
  • Tenant tree will be different for different users as per the RBAC roles permissions.
  • See below screenshot:

tenant_issue

  • To reproduce the issue with automation:

    • Create user
    • Create parent and child tenant
    • Add role which allows user to have access to child tenant only
    • Then log in with new user
    • Navigate to Configuration > Access Control > Tenants and see tree(You will find only child tenant)
    • Thus automation gets failed here because it fails to return expected tree path to click.
  • So here, we can solve this issue either by updating tree_path structure or navigating by clicking tenant's on table rows.

  • Automation PR: [1LP][RFR] New Test: Managing tenant quota with RBAC for different users #8602

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions