-
Notifications
You must be signed in to change notification settings - Fork 41
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
Migrate away from use of go-autorest for authentication #1566
Labels
Comments
So @danielrbradley and I just had a small conversation about this and after some small thoughts we believe:
|
thomas11
added a commit
that referenced
this issue
Aug 19, 2022
thomas11
added a commit
that referenced
this issue
Aug 19, 2022
thomas11
added a commit
that referenced
this issue
Aug 19, 2022
thomas11
added a commit
that referenced
this issue
Aug 19, 2022
thomas11
added a commit
that referenced
this issue
Aug 19, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 23, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 24, 2022
thomas11
added a commit
that referenced
this issue
Aug 26, 2022
thomas11
added a commit
that referenced
this issue
Oct 7, 2022
thomas11
added a commit
that referenced
this issue
Oct 7, 2022
thomas11
added a commit
that referenced
this issue
Jan 20, 2023
thomas11
added a commit
that referenced
this issue
Jan 20, 2023
thomas11
added a commit
that referenced
this issue
Feb 6, 2023
thomas11
added a commit
that referenced
this issue
Feb 8, 2023
thomas11
added a commit
that referenced
this issue
Feb 9, 2023
thomas11
added a commit
that referenced
this issue
Feb 10, 2023
thomas11
added a commit
that referenced
this issue
Feb 14, 2023
thomas11
added a commit
that referenced
this issue
Mar 15, 2023
thomas11
added a commit
that referenced
this issue
Mar 17, 2023
thomas11
added a commit
that referenced
this issue
Mar 17, 2023
thomas11
added a commit
that referenced
this issue
Mar 21, 2023
thomas11
added a commit
that referenced
this issue
Mar 22, 2023
julienp
added a commit
to pulumi/pulumi-docker-containers
that referenced
this issue
Jul 25, 2024
We had previously pinned `az` to version 2.33.1 to work around an issue with a deprecation warning. The underlying issue in the Azure SDK has since been fixed in pulumi/pulumi-azure-native#1566
julienp
added a commit
to pulumi/pulumi-docker-containers
that referenced
this issue
Jul 30, 2024
We had previously pinned `az` to version 2.33.1 to work around an issue with a deprecation warning. The underlying issue in the Azure SDK has since been fixed in pulumi/pulumi-azure-native#1566
julienp
added a commit
to pulumi/pulumi-docker-containers
that referenced
this issue
Jul 30, 2024
We had previously pinned `az` to version 2.33.1 to work around an issue with a deprecation warning. The underlying issue in the Azure SDK has since been fixed in pulumi/pulumi-azure-native#1566 Note: we have tests that check that the `az` works (= can login and get account info)
Source-Controller
pushed a commit
to Source-Controller/Pulumi-Docker
that referenced
this issue
Oct 17, 2024
We had previously pinned `az` to version 2.33.1 to work around an issue with a deprecation warning. The underlying issue in the Azure SDK has since been fixed in pulumi/pulumi-azure-native#1566 Note: we have tests that check that the `az` works (= can login and get account info)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Hello!
Issue details
As per Azure/go-autorest#636 - with the push to migrate from ADAL to MSAL, the use of go-autorest for authentication is starting to cause issues. See #1565 for instance. It appears there is no plan to add MSAL authentication support to go-autorest and the proposal is to use the azidentity package in the AZ go sdk: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity. We should migrate to this model for the azure-native provider.
Affected area/feature
The text was updated successfully, but these errors were encountered: