apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.08k stars 344 forks source link

List users of Tenants - should also include child tenant users with an option to choose filter them out #4075

Open lbathina opened 5 years ago

lbathina commented 5 years ago

I'm submitting a ...

Traffic Control components affected ...

Current behavior:

User Admin -> Tenants -> Users -> lists only users explicitly assigned to that tenant. doesn't include the users of child tenant.

Expected / new behavior:

The users of child tenant should be displayed There should be an option to include child tenant users, check on - users of child tenant having current tenant as parent should be displayed along with current tenant users, check off - only user of current tenant should be displayed.

Minimal reproduction of the problem with instructions:

Anything else:

mitchell852 commented 5 years ago

Assuming the tenant tree looks like:

I think it would be a good option to either:

a. see all the users explicitly assigned to tenant 1 (as it does now) or b. have the option to see all users in the scope of tenant 1 (which would include tenant 1 and tenant 1.1 users)

lbathina commented 4 years ago

Yes. That's exactly why this ticket was created.