Skip to main content

make_role_iam_only

Function make_role_iam_only 

Source
pub async fn make_role_iam_only(
    db: &Pool<Postgres>,
    role_name: &str,
) -> Result<(), Error>
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