зеркало из https://github.com/Azure/ARO-RP.git
Ensure platform workload identity IDs remain in the cluster doc after admin updates (#4063)
This commit is contained in:
Родитель
566b63ba5a
Коммит
1d49509325
|
@ -49,6 +49,7 @@ func TestAdminUpdateSteps(t *testing.T) {
|
|||
"[Action initializeClusterMsiClients]",
|
||||
"[AuthorizationRetryingAction clusterIdentityIDs]",
|
||||
"[AuthorizationRetryingAction platformWorkloadIdentityIDs]",
|
||||
"[AuthorizationRetryingAction persistPlatformWorkloadIdentityIDs]",
|
||||
"[Action fixInfraID]",
|
||||
}
|
||||
|
||||
|
|
|
@ -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...)
|
||||
|
|
Загрузка…
Ссылка в новой задаче