-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Backend/azure: Update go-azure-sdk version to v0.20250131.1134653 #36458
Backend/azure: Update go-azure-sdk version to v0.20250131.1134653 #36458
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @magodo. I've left some comments mainly around the naming of the new env variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for this @magodo
Changelog WarningPlease move the changelog entry from |
…6458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog
As I was recently informed, our policy is actually to not backport backend related changes aside from exceptional circumstances, such as vulnerability mitigation. I don't believe this change can be classified as exceptional circumstances. As a result, it will be part of v1.12 series. |
…6458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog
….1134653 (#36680) * Backend/azure: Update go-azure-sdk version to v0.20250131.1134653 (#36458) * dependencies: update go-azure-sdk to v0.20250131.1134653 * Update backend test for Github and ADO to not rely on the env vars * Setting ado_pipeline_service_connection_id during provider config * Update doc * changelog * Move changelog to new dir structure --------- Co-authored-by: magodo <[email protected]>
This PR updates the
hashicorp/go-azure-sdk
to versionv0.20250131.1134653
, for the azure backend. The main reason for this update is to support ADO Pipelines OIDC auth via OIDC Request Token + URL + Service Connection ID, which will refresh the OIDC token if expired.More context can be found at:
azurerm
backend OIDC (Workload Identity federation) authentication support for token refresh #35664 (comment)azurerm
backend authentication upgrade to match provider #34322 (comment)Fixes #35664
Target Release
1.11.x
CHANGELOG entry
Test
Github Action
ADO Pipelines