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
writeSyncJsonToDirectory (used by frodo idm export and frodo config export) no longer throws Cannot read properties of null (reading 'name') when a tenant's legacy sync.jsonmappings array contains a null/malformed entry; such entries are now skipped instead of aborting the config entity save.
writeManagedJsonToDirectory (used by frodo idm export and frodo config export) no longer throws Cannot read properties of null (reading 'name') when a tenant's managed.jsonobjects array contains a null/malformed entry; such entries are now skipped instead of aborting the config entity save.
Changed
Updated @rockcarver/frodo-lib to version 4.4.2, which may include improvements affecting the behavior and performance of Frodo CLI. (b105612)