You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JWT secret string is generated at the time of installation and exported as a .pem file for use by other services
JWT secret string is stored in a key store in PKCS12 format under "jwtsecret" name
SonarQube problems fixed
Various fixes from SonarQube scan
API Mediation Layer log format
Aligned the log format with other Zowe services
The format is as follows: %d{yyyy-MM-dd HH:mm:ss.SSS,UTC} %clr(<${logbackService:-${logbackServiceName}}:%thread:${PID:- }>){magenta} %X{userid:-} %clr(%-5level) %clr(\(%logger{15},%file:%line\)){cyan} %msg%n
Added an NPM command to register certificates on Windows
npm run register-certificates-win
This installs the certificate to the trusted root certification authorities
Cookie persistence changed
Changed the API Mediation Layer cookie from persistent to session. The cookie gets cleared between browser sessions
Fixed high cpu usage occurrence replicated in Broadcom (#282)
Changed configuration of LatencyUtils to decrease idle CPU consumption by API ML services
API Mediation layer now builds using OpenJDK with OpenJ9 JVM