-
Notifications
You must be signed in to change notification settings - Fork 46
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
SDK
- Support MSI authentication in Azure Container App and App Service like environments
#1093
base: main
Are you sure you want to change the base?
Conversation
… header in HTTP request
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. |
This has been signed, not sure why its not updating. |
@vermacodes |
SDK
- Support MSI authentication in Azure Container App and App Service like environments
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.