-
Notifications
You must be signed in to change notification settings - Fork 5
Failed to authenticate with azure #8
Comments
@StiviiK can you please review this issue. |
Hi @dalmasj, may you please provide your workflow file? So I can look into this issue further. |
Hi,
|
Try setting |
Ok i tried and we still have the same error : |
Okay, at first glance I don't see any obvious error. Sadly the upstream library we are using has an issue so it doesn't return the error correctly (as it is in your case empty). I have implemented a temporary fix myself (c836b23). |
Hi @dalmasj, I have some updates for you. The issue came up due to GitHub changing how the virtual runtime of their hosted runners works, as so I had to revert back the authentication to be handled by the Action itself (as so All you need to do to get it working again is to remove |
@dalmasj does your issue still occur or has it been fixed by my latest changes? |
Hello,
We have an issue when using
v3.3
with the following error :level=error msg="Failed to authenticate with azure: Invoking Azure CLI failed with the following error: "
Before this action we login to azure with
Azure/login
and the login was successfullThe secret for login is like
{ "clientId": "***", "clientSecret": "***", "subscriptionId": "***", "tenantId": "***"}
Do you have any idea what is wrong ?
Thank you
The text was updated successfully, but these errors were encountered: