@atif , if you are referring to ACL in IS that refers to ReadOnlyAdministrators, please have a look @ the readme (part of latest fixes) below.
Users defined in the Common Directory Service central users account cannot be given read-only access to the Administrator API.
To enable users with common directory services to have read-only access to the Administrator API, Integration Server introduces the following administrative assets:
- ReadOnlyAdministrators user group. All members of the ReadOnlyAdministrators group have read-only access to the Administrator API.
- ReadOnlyAdministrators ACL. Groups that are allowed access to the ReadOnlyAdministrators ACL have read-only access to the Administrator API. The new group ReadOnlyAdministrstors have access to the ReadOnlyAdministrators ACL.
To give a local user (a user defined on Integration Server) read-only access to the Administrator API, add the user to the ReadOnlyAdministrators group.
To give a user in the Central Directory Service read-only access to the API, add the group to which the user belongs to the ReadOnlyAdministrators ACL.
The first time the WmAdmin package loads after applying a fix that includes PIE-72142, Integration Server does the following:
- Creates the ReadOnlyAdministrators user group if it does not exist.
Adds the users belonging to the group set as the value of the watt.adminapi.group.readOnly server configuration parameter to the ReadOnlyAdministrators user group.
- Deletes the user group specified in the watt.adminapi.group.readOnly parameter.
- Creates the ReadOnlyAdministrators ACL and adds the ReadOnlyAdministartors group to the allowed list for this ACL.
- Deletes the watt.adminapi.group.readOnly server configuration parameter as it is no longer needed.
Note: Integration Server allows all users to access the OpenAPI file for a product using the GET /admin/swagger/{productName} operation.
Regards,
Kalpesh
#webMethods