Skip to content

Conversation

@jinapurapu
Copy link
Contributor

To test:

  • Create the following Policy and apply it to a Console User:
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "admin:ListUserPolicies",
                "admin:ListUsers",
                "admin:AttachUserOrGroupPolicy",
                "admin:CreateUser",
                "admin:ListGroups"
            ]
        }
    ]
}
  • Log into Console as User with the above policy and go to List Users screen, Create User button is enabled

fixes #3228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resource required for admin permissions

4 participants