x-pack/filebeat/input/{cel,httpjson,internal/dpop}: add support for DPoP OAuth for Okta#47441
Merged
efd6 merged 5 commits intoelastic:mainfrom Nov 13, 2025
Merged
x-pack/filebeat/input/{cel,httpjson,internal/dpop}: add support for DPoP OAuth for Okta#47441efd6 merged 5 commits intoelastic:mainfrom
efd6 merged 5 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsJust comment with:
|
20b7225 to
53a35c0
Compare
Contributor
🔍 Preview links for changed docs |
…PoP OAuth for Okta
53a35c0 to
20f9be4
Compare
Contributor
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
ShourieG
reviewed
Nov 5, 2025
orestisfl
approved these changes
Nov 5, 2025
Contributor
orestisfl
left a comment
There was a problem hiding this comment.
LGTM, I would address the golangci-lint warnings
The rand one can be disabled:
diff --git a/.golangci.yml b/.golangci.yml
index 20fbe3b1ff..9496b174c2 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -54,6 +54,7 @@ linters:
- (github.com/elastic/elastic-agent-libs/mapstr.M).Put
- github.com/elastic/elastic-agent-libs/logp.TestingSetup
- github.com/elastic/elastic-agent-libs/logp.DevelopmentSetup
+ - crypto/rand.Read
errorlint:
errorf: true
asserts: true
orestisfl
reviewed
Nov 6, 2025
rdner
reviewed
Nov 7, 2025
20e02ea to
2426512
Compare
andrewkroh
reviewed
Nov 12, 2025
Member
andrewkroh
left a comment
There was a problem hiding this comment.
Looks like a nice clean implementation of DPoP.
Have you been able to validate this with an Okta instance?
Contributor
Author
I have not yet been able to do this yet. |
7e2a798 to
e8ca0e9
Compare
andrewkroh
approved these changes
Nov 12, 2025
rdner
approved these changes
Nov 13, 2025
6 tasks
efd6
added a commit
that referenced
this pull request
Nov 13, 2025
…dpop}: add support for DPoP OAuth for Okta (#47608) * x-pack/filebeat/input/{cel,httpjson,internal/dpop}: add support for DPoP OAuth for Okta (#47441) (cherry picked from commit 667958e) # Conflicts: # docs/reference/filebeat/filebeat-input-cel.md # docs/reference/filebeat/filebeat-input-httpjson.md * move changelog to v8 changelog file * revert markdown doc addition * add asciidoc documentation --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
andrzej-stencel
pushed a commit
to andrzej-stencel/beats
that referenced
this pull request
Dec 1, 2025
…PoP OAuth for Okta (elastic#47441)
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
See title.
Note
This is initially included in the inputs/internal directory. It may be moved in future if it is needed for other packages that cannot see that import path. The API is unstable at this stage, with planned changes (dependent on the json/v2 experiment outcomes).
Note
Claude was used for some code generation in this PR.
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