[Task Manager] Add xpack.task_manager.api_key_type config#254827
Open
ersin-erdal wants to merge 6 commits intoelastic:mainfrom
Open
[Task Manager] Add xpack.task_manager.api_key_type config#254827ersin-erdal wants to merge 6 commits intoelastic:mainfrom
ersin-erdal wants to merge 6 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
Contributor
🔍 Preview links for changed docs |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Contributor
nastasha-solomon
left a comment
There was a problem hiding this comment.
Left some minor fixes. Otherwise, lgtm!
docs/reference/configuration-reference/task-manager-settings.md
Outdated
Show resolved
Hide resolved
docs/reference/configuration-reference/task-manager-settings.md
Outdated
Show resolved
Hide resolved
docs/reference/configuration-reference/task-manager-settings.md
Outdated
Show resolved
Hide resolved
| : :::{admonition} Deprecated in 8.16.0 | ||
| This setting was deprecated in 8.16.0. | ||
| ::: | ||
| : :::{admonition} Deprecated in 8.16.0 |
Contributor
There was a problem hiding this comment.
I added the applies_to tag above so you don't need this note anymore.
| ## Task Manager settings [task-manager-settings] | ||
|
|
||
| `xpack.task_manager.api_key_type` | ||
| : The API key type to use for task execution. The default value, corresponding to the existing behavior, is `es`, which uses an Elasticsearch API key. Set this to `uiam` to use UIAM API keys instead. |
Contributor
There was a problem hiding this comment.
I could be wrong, but I'm fairly certain UIAM is an internal term only. @shainaraskas do you happen to know the official term?
Contributor
Author
There was a problem hiding this comment.
Could be Universal API Key
Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com>
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.
Add a new config that allows us to switch between UIAM API keys and ES API keys in Task Manager.