hashicorp / go-azure-sdk

An opinionated Go SDK for Azure Resource Manager
Mozilla Public License 2.0
35 stars 47 forks source link

`SDK` - Support MSI authentication in Azure Container App and App Service like environments #1093

Open vermacodes opened 1 month ago

vermacodes commented 1 month ago

Fixes #1054

Pull Request: Enhanced Support for Azure App Service Like Environments

This pull request updates managed_identity_authorizer.go to improve support for Azure App Service like environments. Key changes include:

These changes ensure better compatibility with Azure's managed identity in App Service like environments.

hashicorp-cla-app[bot] commented 1 month ago

CLA assistant check
All committers have signed the CLA.

hashicorp-cla-app[bot] commented 1 month ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

hen-den commented 1 month ago

This is awesome for the last months we had to use a proxy to rewrite the endpoint versions. Great work.

vermacodes commented 1 month ago

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

This has been signed, not sure why its not updating.

kabal2010 commented 1 month ago

@vermacodes Nice one. Will really love this pushed to production as this has been a blocker running Terraform on Azure Container Apps when authenticating with Managed Identity

kabal2010 commented 3 weeks ago

Any update on when this PR is scheduled to go live?