-
Notifications
You must be signed in to change notification settings - Fork 37
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
enable workloadidentity for AIO #188
base: main
Are you sure you want to change the base?
enable workloadidentity for AIO #188
Conversation
I can see you add the code to consume the private bits and enable workload identity when Arc connecting the cluster. LGTM. |
[string] $Tag, | ||
# Temporary params for private bits | ||
[Parameter(Mandatory=$true)] | ||
[string] $connectedK8sPrivateWhlPath, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We cannot let customer to enter this parameter if we ship this script to customers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this wont be merged to main (merged to a private integration branch already) - this is intended only for internal testing and needed to test private Arc bits.
the two parameters will not be needed in the final version and code around private bits will also be removed
Verification steps:
Note: This change is not intended to be committed as it uses private bits. Once the prod bits from Arc team is available, we should make minor modifications to use the correct arc module versions and change repo/tag back point to Azure (main fork).