EntityAnalytics_Okta: add support for OAuth2 and OIN authentication#17769
Open
chemamartinez wants to merge 6 commits intoelastic:mainfrom
Open
EntityAnalytics_Okta: add support for OAuth2 and OIN authentication#17769chemamartinez wants to merge 6 commits intoelastic:mainfrom
chemamartinez wants to merge 6 commits intoelastic:mainfrom
Conversation
Contributor
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
💚 Build Succeeded
|
efd6
reviewed
Mar 12, 2026
| } | ||
| } | ||
| ] | ||
| `}} No newline at end of file |
Comment on lines
2
to
6
| {{#if enable_request_tracer}} | ||
| tracer.enabled: true | ||
| tracer.filename: "../../logs/okta/http-request-trace-*.ndjson" | ||
| tracer.maxbackups: 5 | ||
| {{/if}} |
Contributor
There was a problem hiding this comment.
Suggested change
| {{#if enable_request_tracer}} | |
| tracer.enabled: true | |
| tracer.filename: "../../logs/okta/http-request-trace-*.ndjson" | |
| tracer.maxbackups: 5 | |
| {{/if}} | |
| tracer.enabled: {{enable_request_tracer}} | |
| tracer.filename: "../../logs/okta/http-request-trace-*.ndjson" | |
| tracer.maxbackups: 5 |
| @@ -1,4 +1,9 @@ | |||
| # newer versions go on top | |||
| - version: "3.0.0" | |||
Contributor
There was a problem hiding this comment.
Is this a breaking change? I think it probably is; okta_token is changed from required to optional.
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
Added OAuth2 support for the Entity Analytics Okta integration, including the following methods:
Note
Kibana minimum required version has been set to 9.2.6 and 9.3.1, due to the need of this fix for SSL settings to properly work.
Checklist
changelog.ymlfile.Related issues