Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed disabled Create User button if policy has no resource #3231

Merged
merged 2 commits into from
Feb 12, 2024

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

@dvaldivia dvaldivia merged commit f394cb6 into minio:master Feb 12, 2024
28 of 29 checks passed
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