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
That's because the addUser.do expects role IDs, the default roles have the same name as their role IDs, whereas user created roles have role_<unixtime> as their ID.
On cvprac side we could fix this by running /role/getRoles.do to fetch all roles and swap the name with the id in the call, ie validate if the name the user has input is a roleId or not, and if not push the roleID. Would that help?
On cvprac side we could fix this by running /role/getRoles.do to fetch all roles and swap the name with the id in the call, ie validate if the name the user has input is a roleId or not, and if not push the roleID. Would that help?
User creation works with default groups (network-admin, network-operator...) but not work user created roles
This is the error :
POST: https://www.cv-prod-na-northeast1-b.arista.io:443/cvpservice/user/addUser.do : Request Error: Failure - Unable to add new entity
The text was updated successfully, but these errors were encountered: