Carla Martínez Poveda
Carla Martínez Poveda
A warning message (regarding the SOA serial deprecation) is shown on the WebUI and CLI every time a new DNS zone is added (even if the '--serial' option is not...
This PR was opened automatically because PR #6446 was pushed to master and backport to ipa-4-10 is required.
The data in `User groups` and `Netgroups` tabs is currently being retrieved as following: ```ts const netgroupsNotMemberOfQuery = useGettingNetgroupsQuery({ no_user: uid, apiVersion: API_VERSION_BACKUP, startIdx: firstUserIdx, stopIdx: 100, // Limited to...
The `MemberOfHbacRules` component will hold all the logic related to the 'HBAC rules' tab (i.e., table elements, action buttons, and other components). The table data was using dummy data that...
The pagination is only taking into account the shown elements, even if they're more to show. Consequently, it is not possible to move forward using the pagination arrows. This was...
- Description of the request: The customer wants a filter in the IPA GUI to hide revoked certs. - Reason behind this RFE: To clean up the list of certs...
Some endpoints in the `rpc.ts` file are adapted to be used with several entity types (e.g., user, host, service, groups, etc). This approach invalidates some RTK Query functionality like the...
The Communication Layer is handled by the `rpc.ts` file, where the main endpoints to use the IPA API commands are defined. IPA API currently has more than 300 commands, so...
The Alerts are currently being handled via the `useAlert` custom hook. This approach requires to define the `alert` object from any component and consume it as a JSX element. I.e.,...
The headers shown in the Certificates IPA object (`IpaCertificates` component) are handled by the `getHeaderToggleButtonProps`. It has the following structure: ```ts // Get header toggle button props const getHeaderToggleButtonProps =...