ARO-RP/pkg/util/clusterauthorizer
Kipp Morris 9a9edacf6b
Update ARO operator Azure auth scheme to use a DefaultAzureCredential (#3274)
* Update the cluster authorizer to use a DefaultAzureCredential

* Update the ARO operator to set and use DefaultAzureCredential via env vars

* Add a CredentialsRequest to the ARO operator deployment

* Restart the ARO operator upon `az aro update`

* Removed now unused AzCredentials function

* Changed ARO operator deployment wait time during `az aro update` from
  20 minutes -> 5 minutes

* Refactor CliWithApply to generalize to different object types

* Updated Restart in pkg/util/kubernetes to use server-side apply
* Updated Restart in pkg/operator/deploy to only return an error after
  at least attempting to restart all of the deployments passed in

* E2E test for ARO operator master deployment's restart upon cluster update

* Wait for the ARO operator's CredentialsRequest to be reconciled before
restarting
2023-11-28 10:45:00 -05:00
..
authorizer.go Update ARO operator Azure auth scheme to use a DefaultAzureCredential (#3274) 2023-11-28 10:45:00 -05:00
authorizer_test.go Update ARO operator Azure auth scheme to use a DefaultAzureCredential (#3274) 2023-11-28 10:45:00 -05:00
const.go Splits SP checker into a separate controller 2022-12-14 14:01:49 +00:00