-
Notifications
You must be signed in to change notification settings - Fork 58
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
*: add acrpull controller, binding #986
Conversation
d6cc31c
to
c4d9916
Compare
c4d9916
to
d624ad5
Compare
@@ -460,15 +460,26 @@ resource uami_fedcred 'Microsoft.ManagedIdentity/userAssignedIdentities/federate | |||
parent: uami[i] | |||
name: '${workloadIdentities[i].value.uamiName}-${location}-fedcred' | |||
properties: { | |||
audiences: [ |
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.
@geoberle please provide feedback on all this
Please rebase pull request. |
716fe93
to
5c1de8a
Compare
Signed-off-by: Steve Kuznetsov <[email protected]>
5c1de8a
to
a1b1fbe
Compare
workloadIdentity: | ||
serviceAccountRef: frontend | ||
clientID: {{ .Values.pullBinding.workloadIdentityClientId }} | ||
tenantID: {{ .Values.pullBinding.workloadIdentityTenantId }} |
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.
Newest version of the controller allows us to reference the puller's MI for this token, letting multiple MI to be federated to the SA
What this PR does
Jira:
Link to demo recording:
Special notes for your reviewer