I want to create a user who can create and manage new user onboarding.
What I did is, created a user and assign a role with manage_security permission for the cluster.
Problem: the user who is assigned with manage_security privileges can make himself a superuser. I want to give a user limited access only to create and delete users.
Can anyone help me how can I achieve this?