ramackri commented on PR #1142:
URL: https://github.com/apache/ranger/pull/1142#issuecomment-5289334845
@mneethiraj / @pradeepagrawal8184
Import with createNonExistUserGroupRole=true used to auto-create missing
users/groups referenced in the JSON.
After this PR, that workflow breaks by design. Anyone who relied on import
to seed users/groups from a role export file must instead:
Sync/create users & groups first (UserSync / UI / API), then import roles, or
Use POST /roles / PUT /roles/{id} with createNonExistUserGroup=true for
individual role create/update (not bulk import)
Is this okay ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]