You will end up with this and a failed deployment after this stage.
I believe that it's due to the fact that the JWT retrieved for the admin user here is short-lived and expires at some point in the loop started here before being attempted to use as authorization here.
During hotloading of CRW identities in Keycloak, sometimes the process will fail and you will begin to get 401's
The above is the expected output for the task for every user, however:
You will end up with this and a failed deployment after this stage.
I believe that it's due to the fact that the JWT retrieved for the admin user here is short-lived and expires at some point in the loop started here before being attempted to use as authorization here.