-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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 to latest sdks #36258
Open
magodo
wants to merge
30
commits into
hashicorp:main
Choose a base branch
from
magodo:backend/azure/update-to-latest-sdks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,543
−1,027
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6e35658
Tom's state
magodo b85feeb
Merge remote-tracking branch 'upstream/main' into backend/azure/updat…
magodo 60f6c1b
Pass `go mod tidy` by updating giovanni storage api version from 2018…
magodo 95ce780
Doc: Add the newly added fields
magodo b4c2bf5
Behavior code implemented and locally tested (sas/access key/aad/NA)
magodo c2f9c62
Test rework
magodo f1ad6f0
Allow more auth methods to deploy resources
magodo 39c89fc
Fix
magodo 804d79d
Fix2
magodo efd37a2
Fix3
magodo 2df3cca
Fix a bug that use_aad_auth is not checked
magodo a9c117d
Mention test runner has to ensure big enough parallelism
magodo 62936fd
test client specify github oidc request token/url
magodo 1e00df8
enable github oidc
magodo bac1bb8
Fix
magodo 18d7f91
remove sender.go
magodo afdda8d
remove sender.go
magodo e661f73
Update helper/sdk to latest version
magodo f93f7f2
Merge branch 'main' into backend/azure/update-to-latest-sdks
magodo ba8d180
Merge branch 'main' into backend/azure/update-to-latest-sdks
magodo dd0f7ba
Replace giovanni from tombuildsstuff org to jackofallops
magodo cb9aa43
Merge remote-tracking branch 'upstream/main' into backend/azure/updat…
magodo 6e13efa
Merge remote-tracking branch 'upstream/main' into backend/azure/updat…
magodo 6805e9e
Merge remote-tracking branch 'upstream/main' into backend/azure/updat…
magodo adeea1a
Update per review comments
magodo a71af45
go mod tidy for kubernetes
magodo 0c15444
changelog
magodo 5b04a9c
Add license header
magodo b92897d
Update release document
magodo 88a0d10
Merge remote-tracking branch 'upstream/main' into backend/azure/updat…
magodo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Please move this file into
.changes/backported