[libbeat] aws auth method: fix service name and region overwrite#47712
Merged
khushijain21 merged 1 commit intoelastic:mainfrom Nov 19, 2025
Merged
[libbeat] aws auth method: fix service name and region overwrite#47712khushijain21 merged 1 commit intoelastic:mainfrom
khushijain21 merged 1 commit intoelastic:mainfrom
Conversation
|
This pull request doesn't have a |
Contributor
🤖 GitHub commentsJust comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
efd6
approved these changes
Nov 19, 2025
andrzej-stencel
pushed a commit
to andrzej-stencel/beats
that referenced
this pull request
Dec 1, 2025
olegsu
added a commit
to olegsu/beats
that referenced
this pull request
Apr 9, 2026
…tic#47712) Cherry-picks signer.go and signer_test.go fixes from main commit 183016c. Original PR: elastic#47712
olegsu
added a commit
to olegsu/beats
that referenced
this pull request
Apr 9, 2026
…tic#47712) Cherry-picks signer.go and signer_test.go fixes from main commit 183016c. Original PR: elastic#47712
|
@Mergifyio backport 8.19 |
Contributor
✅ Backports have been createdDetails
Cherry-pick of 183016c has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
mergify Bot
pushed a commit
that referenced
this pull request
Apr 16, 2026
) (cherry picked from commit 183016c) # Conflicts: # x-pack/libbeat/common/aws/credentials_test.go
Merged
6 tasks
olegsu
added a commit
that referenced
this pull request
Apr 16, 2026
…nd region overwrite (#50155) * [libbeat] aws auth method: fix service name and region overwrite (#47712) (cherry picked from commit 183016c) # Conflicts: # x-pack/libbeat/common/aws/credentials_test.go * Resolve conflict in credentials_test.go for #47712 backport The 8.19 branch already used assert.True (cleaner form) while the cherry-pick from main used assert.Equal(t, true, ...). Both add the same //nolint:errcheck comments. Keep the HEAD (8.19) assert.True form. Closes conflict from: cherry-pick 183016c Backport of: #47712 PR: #50155 --------- Co-authored-by: Kostas Stamatakis <moukoublen@gmail.com> Co-authored-by: Oleg Sucharevich <oleg.sucharevich@elastic.co>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed commit message
Fix the service name and region overwrite when values are set in the input configuration in the aws auth method that was introduced here.
Checklist
stresstest.shscript to run them under stress conditions and race detector to verify their stability../changelog/fragmentsusing the changelog tool.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs