openshift / openshift-azure

Azure Red Hat Openshift
https://azure.microsoft.com/en-us/services/openshift/
Apache License 2.0
49 stars 51 forks source link

CI AAD app is broken, "Unknown service error" #2271

Closed ehashman closed 4 years ago

ehashman commented 4 years ago

All CI cluster creation attempts fail with a vague error:

time="2020-04-08T17:27:55Z" level=fatal msg="could not update aad app: graphrbac.ApplicationsClient#Patch: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code=\"Unknown\" Message=\"Unknown service error\" Details=[{\"odata.error\":{\"code\":\"Request_BadRequest\",\"date\":\"2020-04-08T17:27:55\",\"message\":{\"lang\":\"en\",\"value\":\"One or more properties contains invalid values.\"},\"requestId\":\"c6e5a66d-3466-4ace-9b45-c4ca64248790\"}}]" 

We have seen in the past that that the AAD app gets worn out in some way from too many changes and we have to delete it and start again... e.g. #2234

Maybe the automated changes for that fix weren't deployed?

We may want to try doing this step manually via the web UI with the CI AAD app and see if it clarifies anything. Failing that, delete/recreate the app and see if that helps?

/kind failing-test /assign @olga-mir

ehashman commented 4 years ago

As suspected, updates to purge image were not pushed, and we encountered the issues in #2234 again.

Thanks @mjudeikis for fixing this!!

/close