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 5, 2025
1 parent 08f6976 commit e69838d
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 e69838d

Please sign in to comment.