Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
cadenmarchese e7f7b692e1 Convert ServicePrincipalProfile to pointer
* Adjust converters + tests
2024-05-02 09:08:02 -04:00
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
Jason Healy bd8926136e
Fix credential rotation failure (#3113)
* recreate azure-credentials if it's missing
* use apply instead of create/update
2023-08-28 15:23:42 -04:00
Caden Marchese 1764bc9fe4 Revert "Fix failure in az aro update when missing azure-credentials object (#2887)"
This reverts commit 90be262b8b.
2023-06-08 10:30:45 -04:00
Jason Healy 90be262b8b
Fix failure in az aro update when missing azure-credentials object (#2887)
* recreate azure-credentials if it's missing

* avoid errors from update when secret doesn't exist

* use apply instead of create/update
2023-05-25 09:12:06 -04:00
Aldo Fuster Turpin fb5683dfb3
create test functions for error comparison (#2614)
refactor: create functions for error comparison in test files
2023-04-06 14:15:15 +02:00
Jim Minter ba5a53c821
fix unit test 2021-03-17 10:15:47 -06:00
gvanderpotte 7142331977 revert #1264 mostly, partly #1361 and 1371 2021-03-15 16:15:52 +01:00
Jim Minter d68fda1888
noop fixup imports 2021-03-02 13:17:01 -06:00
Jim Minter b88c9fbc60
remove feature flag 2021-02-25 08:18:35 -06:00
Jim Minter aaa57f3e85
loosen contributor requirement in createOrUpdateClusterServicePrincipalRBAC 2021-02-24 19:55:50 -06:00
Mangirdas Judeikis a20b677a35
add tests 2021-02-24 13:17:45 +00:00