-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
Description
When viewing the IDP list, the list of users for a htpasswrd IDP are available as a collapsed list.
Note only the first 5 users will be shown. If there are more than 5 users, the count of the remaining users will be shown at the bottom of the list.
In addition. the ability to expand/collapse is only available to users who have the feature gate enabled. If a user does not have the feature gate,the IDP list will behave as it does currently.
Screenshots
------------------
Technical notes:
See PatternFly's expandable table row: https://v5-archive.patternfly.org/components/table#expandable
To get the actual users for a given htpasswrd IDP, a secondary API call is needed to:
GET /api/clusters_mgmt/v1/clusters/{cluster_id}/identity_providers/{identity_provider_id}/htpasswd_users
- depends on
-
OCMUI-2970 Create feature gate to hide editing htpasswrd users
- Code Review