-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.2 authentication issue in pipeline #154
Comments
This is most likely due to Azure.Identity issue (not 100% sure though). This issue seems relevant: Azure/azure-sdk-for-net#39532 (comment). Provided work around in discussion may not be sufficient for notation's use case since we do want to support |
@akcrisp we are still looking into the issue and having trouble reproducing the issue you are facing. Could you share some more details about where your pipeline is hosted? Are the runs run directly on Azure VMs? Or do you have an AKS cluster managing the pipeline jobs? If an AKS cluster, does it have Pod identity enabled? |
Feat: - added creential_type plugin config key - supported credential type: default, environment, managedidentity, azurecli Test: - unit test cases - e2e test cases - tested environment credential, workload identity credential, managed identity in pod of AKS - tested Azure cli credential locally Resolves #146 #154 Signed-off-by: Junjie Gao <[email protected]> --------- Signed-off-by: Junjie Gao <[email protected]>
@akcrisp Would you mind trying the latest release v1.1.0 to see whether it solves your problem. In this release you can specify a plugin configuration named You can use the following command to update to the latest version of plugin
|
All, upgraded the plugin version to 1.0.2 and now get authentication issues being reported. Note 1.0.1 works fine.
I am using a token to login to acr to sign the image. Pipeline is a service principal and the step in ado pipeline is using powershell. I have tried setting the env variables for username and password as well as directly using the username and password options - both result in same result.
Code (snippet) -
What I now get is -
I assume this is related to the following update in 1.0.2 ?-
Updated Azure.identity to v1.10.4 (#145 )
Putting it back to 1.0.1 of plugin and it works fine again.
Andy
The text was updated successfully, but these errors were encountered: