pub async fn make_role_iam_only(db: &DbPool, role_name: &str) -> DbResult<()>Expand description
Modifies a role to make it accessible through IAM only removes the password from the role
db - Should be the root database
role_name - Name of the user role to update