Skip to content

Commit

Permalink
Ensure platform workload identity IDs remain in the cluster doc after…
Browse files Browse the repository at this point in the history
… admin updates (#4063)
  • Loading branch information
kimorris27 authored Jan 28, 2025
1 parent 566b63b commit 1d49509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cluster/adminupdate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestAdminUpdateSteps(t *testing.T) {
"[Action initializeClusterMsiClients]",
"[AuthorizationRetryingAction clusterIdentityIDs]",
"[AuthorizationRetryingAction platformWorkloadIdentityIDs]",
"[AuthorizationRetryingAction persistPlatformWorkloadIdentityIDs]",
"[Action fixInfraID]",
}

Expand Down
1 change: 1 addition & 0 deletions pkg/cluster/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (m *manager) getZerothSteps() []steps.Step {
steps.Action(m.initializeClusterMsiClients),
steps.AuthorizationRetryingAction(m.fpAuthorizer, m.clusterIdentityIDs),
steps.AuthorizationRetryingAction(m.fpAuthorizer, m.platformWorkloadIdentityIDs),
steps.AuthorizationRetryingAction(m.fpAuthorizer, m.persistPlatformWorkloadIdentityIDs),
}

bootstrap = append(bootstrap, managedIdentitySteps...)
Expand Down

0 comments on commit 1d49509

Please sign in to comment.