Skip to content

Changes

Summary

  1. Fix empty list of jobs when exporting the batch jobs (details)
  2. Set the mfaSecretKey to null before returning it via REST API (details)
  3. Update the documentation for the "User - Mfa" REST API call (details)
  4. Set the mfaSecretKey to null even before returning it when using the console module (details)
Commit e0895e558c4963bc2c6a9bb3e5024a4cb885024a by Alberto Codutti
Fix empty list of jobs when exporting the batch jobs
The file was modified console/module/job/src/main/java/org/eclipse/kapua/app/console/module/job/servlet/JobTargetExporterCsv.java (diff)
Commit a61660bd89d7f20695a02fd5c60268e4eb764c89 by Alberto Codutti
Set the mfaSecretKey to null before returning it via REST API
The file was modified rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Users.java (diff)
Commit d6b698cb2216f39ade890f562c8ebf7795fdf22c by Alberto Codutti
Update the documentation for the "User - Mfa" REST API call
The file was modified rest-api/resources/src/main/resources/openapi/user/user.yaml (diff)
Commit 1e49b7e3f5c97c3230bae4b714400de749a80867 by Alberto Codutti
Set the mfaSecretKey to null even before returning it when using the console module
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/client/tabs/credentials/MfaManagementPanel.java (diff)
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/server/GwtMfaCredentialOptionsServiceImpl.java (diff)