Open vermacodes opened 1 month ago
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 is awesome for the last months we had to use a proxy to rewrite the endpoint versions. Great work.
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.
@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
Any update on when this PR is scheduled to go live?
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:MSI_ENDPOINT
andMSI_SECRET
environment variables to detect App Service like environments.MSI_ENDPOINT
as the default instead of the well-known endpoint.2019-08-01
API version, which requires theIDENTITY_HEADER
in the HTTP request.These changes ensure better compatibility with Azure's managed identity in App Service like environments.