Skip to content

Commit

Permalink
clustermsi: send identityIDs, not delegatedResources
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kuznetsov <[email protected]>
  • Loading branch information
stevekuznetsov committed Feb 4, 2025
1 parent 4f2e2f1 commit 4991508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/clustermsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (m *manager) ensureClusterMsiCertificate(ctx context.Context) error {
}

uaMsiRequest := dataplane.UserAssignedIdentitiesRequest{
DelegatedResources: &[]string{clusterMsiResourceId.String()},
IdentityIds: &[]string{clusterMsiResourceId.String()},
}

client, err := m.msiDataplane.NewClient(m.doc.OpenShiftCluster.Identity.IdentityURL)
Expand Down

0 comments on commit 4991508

Please sign in to comment.