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
When I start the migration tool to import everything, I can see the following error message:
[error] o.t.t.m.t.Input - org.thp.thehive.migration.dto.InputUser read failure:List(
- : JsonValidationError(List('roles' is undefined on object: {"name":"error2","updatedAt":1518167098512,"status":"Locked","preferences":"{}","createdAt":1497380352646,"createdBy":"user1","updatedBy":" user1","password":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","_type":"user","_routing":"user7","_parent":null,"_id":" user7","_version":1}),WrappedArray()))
It seems that the attribute roles (I guess it was never used) makes some trouble.
Can you handle that in an upcoming release to allow also this user migration?
The text was updated successfully, but these errors were encountered:
This error means that your data in ElasticSearch has invalid format. TheHive 3 doesn't permit to create an user without roles.
Anyway, I add a fallback for this case and consider the user as "read-only" profile.
Bug / Feature Request
Work Environment
Problem Description
When I start the migration tool to import everything, I can see the following error message:
It seems that the attribute roles (I guess it was never used) makes some trouble.
Can you handle that in an upcoming release to allow also this user migration?
The text was updated successfully, but these errors were encountered: