Andrea Tabone
Andrea Tabone
Thank you for taking the time to submit a topic for the architecture call. diff --git a/.github/ISSUE_TEMPLATE/tsc_requests.md b/.github/ISSUE_TEMPLATE/tsc_requests.md
We are using plain Redux to create actions, reducers and configuration of the Redux store. The Redux team implemented a library called [Redux Toolkit](https://react-redux.js.org/tutorials/quick-start) that streamlines the development. It offers...
Currently the Eureka dashboard is accessible by all the API ML user via basic auth. It would be good to restrict this access only to the system admin, if required....
Material UI v4 doesn't receive active development since September 2021. See the guide https://mui.com/material-ui/migration/migration-v4/ to upgrade to v5.
**Describe the bug** Apparently we do not have enough tests to verify the case when GW EH cache is disabled. In case it is disabled, a dummy cache named NoOpCache...
**Describe the bug** In case of response failure, these messages could occur very often under some condition, creating mess in the logs. One solution would be to change the level...
**Describe the bug** `/container` endpoint should be reviewed to see whether it matches the service's conformance to properly include the API documentation. https://github.com/zowe/api-layer/wiki/Issue-management
**Describe the bug** Some basic code snippet(i.e. Python and NodeJS ones) in the Catalog contains double slashes in the request. ``` import http.client conn = http.client.HTTPSConnection("") conn.request("GET", "/mock/gateway//version") res =...
**Describe the bug** When using the client cert authentication with a user that got revoked, the identity mapping response from SAF is successful, the pass ticket is successfully generated but...
**Describe the bug** The API Catalog cache code is not very intuitive and doesn't perform very good. It would be good to refactor it and maybe consider using some Cache...