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

Fix for missed secret configuration #4091

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Conversation

theunrepentantgeek
Copy link
Member

What this PR does / why we need it:

Adds configuration for ManagedClusterWindowsProfile to mark adminPassword as a secret.

Fixes #4088

Special notes for your reviewer:

Also adds a heuristic to flag potential fields that should be explicitly configured with $isSecret, to ensure we don't miss one in the future.

How does this PR make you feel:
gif

Copy link
Member

@matthchr matthchr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some checking and don't see much usage of this property through ASOv2 so I think this is OK to change in a breaking way.

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Jun 19, 2024
Merged via the queue into main with commit d25dd39 Jun 19, 2024
7 checks passed
@theunrepentantgeek theunrepentantgeek deleted the fix/missed-secrets branch June 19, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking A change which likely be breaking
Projects
Development

Successfully merging this pull request may close these issues.

Question ManagedCluster - Can credential for Windows & Linux node be passed as secret instead of plain text
2 participants