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

Make admin users or groups required when creating AKS cluster #10

Merged
merged 1 commit into from Oct 24, 2023

Conversation

lumberbaron
Copy link
Collaborator

What type of PR is this?

/kind bug

What this PR does / why we need it:

When an AKS cluster is created using default variables, local admin users are disabled (which is good and secure) but admin groups or users are not required so no one actually has access to the cluster. This PR adds a check for at least one user or group when creating the cluster when local admin is disabled.

Which issue(s) this PR fixes:

Fixes #9

Special notes for your reviewer:

@lumberbaron lumberbaron merged commit 80b5a4a into main Oct 24, 2023
3 checks passed
@lumberbaron lumberbaron deleted the jellwood/aks-admin branch October 24, 2023 14:59
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.

[Bug]: No user access to cluster with default AKS configuration
1 participant