-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Backend/azure: Update go-azure-sdk version to v0.20250131.1134653 #36458
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
Conversation
mbfrahry
left a comment
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
mbfrahry
left a comment
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]>
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
This PR updates the
hashicorp/go-azure-sdkto 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:
azurermbackend OIDC (Workload Identity federation) authentication support for token refresh #35664 (comment)azurermbackend authentication upgrade to match provider #34322 (comment)Fixes #35664
Target Release
1.11.x
CHANGELOG entry
Test
Github Action
ADO Pipelines