-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(azure_blob sink): Expand support for Azure authentication types #24729
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8fbea5e
start by moving auth config to azure_common
jlaundry cf02890
add auth to azure_blob
jlaundry f560854
initial auth switch
jlaundry 2903a28
integration test WIP
jlaundry 45d9e74
doc updates
jlaundry 206692f
add feature changelog
jlaundry 30e73b5
clippy changes
jlaundry 5a0b5d2
add account_name and blob_endpoint options
jlaundry c611d4d
remove block_in_place
jlaundry 1ad3097
add ClientCertificateCredential
jlaundry d03f6a6
remake certificate with required attributes
jlaundry f3dc448
refactor integration tests to support both connection string and oauth
jlaundry 2de30d8
update doc examples
jlaundry 6f94501
make clippy happy
jlaundry 50e4ff0
fix tests
jlaundry bc44aea
make "client_secret_credential" explicitly configured
jlaundry 69b8b38
add azure_logs_ingestion to Azure integration tests
jlaundry f2ec30f
Err out the other TlsConfig options
jlaundry 212a90a
Add warning message to connection_string
jlaundry 4ed4324
Simplify TlsConfig
jlaundry e4b650f
add workload identity config options
jlaundry 17d51bb
Merge remote-tracking branch 'origin/master' into feature-azure_auth
thomasqueirozb 5af8d1a
Move warning into docs::warnings
thomasqueirozb 348cc24
Properly regenerate cue file
thomasqueirozb 9254aee
Fix spaces
thomasqueirozb a18adfc
tidy options creation
jlaundry 2d9f1a6
add UAMI type option
jlaundry 9fa6f9a
Merge branch 'master' into feature-azure_auth
jlaundry 6166c11
add note about breaking change
jlaundry 3d7cff8
propagate credential errors instead of panicking
jlaundry 022b39e
Merge branch 'master' into feature-azure_auth
jlaundry 1069731
Merge branch 'master' into feature-azure_auth
jlaundry 337b2fb
automatic Cargo lock change
jlaundry 0fd42e3
Merge branch 'master' into feature-azure_auth
pront f7a2c60
clarify PEM cert file
jlaundry aa9758a
action test fixes
jlaundry 04f91f5
Merge branch 'master' into feature-azure_auth
pront 17090e3
allow sinks-azure_logs_ingestion to build without sinks-azure_blob
jlaundry abff085
require auth when using account_name or blob_endpoint
jlaundry e3289d4
add dep:base64
jlaundry 9b04d66
Merge branch 'master' into feature-azure_auth
pront a4e5139
check-fmt changes
jlaundry 24a7496
space diff fix
jlaundry 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -379,6 +379,7 @@ mycie | |
| mycorp | ||
| mydatabase | ||
| mylabel | ||
| mylogstorage | ||
| mypod | ||
| myvalue | ||
| Namazu | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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,3 @@ | ||
| Re-introduced Azure authentication support to `azure_blob`, including Azure CLI, Managed Identity, Workload Identity, and Managed Identity-based Client Assertion authentication types. | ||
|
|
||
| authors: jlaundry |
This file contains hidden or 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,3 @@ | ||
| If using the `azure_logs_ingestion` sink (added in Vector 0.54.0) with Client Secret credentials, add `azure_credential_kind = "client_secret_credential"` to your sink config (this was previously the default, and now must be explicitly configured). | ||
|
|
||
| authors: jlaundry |
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.