-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backend/azure/update to latest sdks (#36258)
* Tom's state * Pass `go mod tidy` by updating giovanni storage api version from 2018-11-09 to 2023-11-03 * Doc: Add the newly added fields * Behavior code implemented and locally tested (sas/access key/aad/NA) * Test rework * Allow more auth methods to deploy resources * Fix * Fix2 * Fix3 * Fix a bug that use_aad_auth is not checked * Mention test runner has to ensure big enough parallelism * test client specify github oidc request token/url * enable github oidc * Fix * remove sender.go * remove sender.go * Update helper/sdk to latest version * Replace giovanni from tombuildsstuff org to jackofallops * Update per review comments * go mod tidy for kubernetes * changelog * Add license header * Update release document * Move the changelog location
- Loading branch information
Showing
19 changed files
with
1,543 additions
and
1,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
kind: ENHANCEMENTS | ||
body: | | ||
Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways: | ||
- github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0 | ||
- github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before | ||
- github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03 | ||
Following new properties are added for the azure backend configuration: | ||
- use_cli | ||
- use_aks_workload_identity | ||
- client_id_file_path | ||
- client_certificate | ||
- client_id_file_path | ||
- client_secret_file_path | ||
time: 2025-01-30T10:57:00.080984883+11:00 | ||
custom: | ||
Issue: "36258" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.