ES has merged support for bulk roles creation https://github.com/elastic/elasticsearch/pull/109339 `POST _security/_bulk/role`. We need to add support for corresponding endpoint on our side. Check if that could be used for bulk update of roles.
ES has merged support for bulk roles creation elastic/elasticsearch#109339
POST _security/_bulk/role.We need to add support for corresponding endpoint on our side. Check if that could be used for bulk update of roles.