Skip to content
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

blob/azureblob: add a way to use CLI auth #3012

Closed
lukehoban opened this issue Jun 8, 2021 · 3 comments
Closed

blob/azureblob: add a way to use CLI auth #3012

lukehoban opened this issue Jun 8, 2021 · 3 comments

Comments

@lukehoban
Copy link

As requested in pulumi/pulumi#7251, it would be helpful to support AZURE_STORAGE_AUTH_VIA_CLI so that blob storage could be authenticated via CLI auth, similar to the existing AZURE_KEYVAULT_AUTH_VIA_CLI that was added in #2462.

@vangent
Copy link
Contributor

vangent commented Jun 9, 2021

I'd be happy to review a PR for this. The PR for the referenced issue #2462 should be a good starting point.

ekini added a commit to ekini/go-cloud that referenced this issue Oct 14, 2021
to set subscription id and account name

Fixes google#3012
ekini added a commit to ekini/go-cloud that referenced this issue Oct 20, 2021
to set subscription id and account name

Fixes google#3012
@vangent
Copy link
Contributor

vangent commented Aug 9, 2022

I believe that #3156 will fix this, as it supports using https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity#DefaultAzureCredential, which should support CLI auth.

@vangent
Copy link
Contributor

vangent commented Aug 10, 2022

Fixed by #3156.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants