forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.13] [Search] Fix native connector API key management (elastic#177274…
…) (elastic#177439) # Backport This will backport the following commits from `main` to `8.13`: - [[Search] Fix native connector API key management (elastic#177274)](elastic#177274) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Navarone Feekery","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-21T13:23:51Z","message":"[Search] Fix native connector API key management (elastic#177274)\n\n- Generate API keys when attaching an index to a connector\r\n- Remove unnecessary `secret_id` args from API key generation code (it\r\ncan be found directly from the connector doc)\r\n- Update native connector configuration page to show a section for\r\nmanaging API keys (see attached screenshots).","sha":"a4e18355b87f48343364aaf67cd6605b0430b887","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.13.0","v8.14.0"],"title":"[Search] Fix native connector API key management","number":177274,"url":"https://github.com/elastic/kibana/pull/177274","mergeCommit":{"message":"[Search] Fix native connector API key management (elastic#177274)\n\n- Generate API keys when attaching an index to a connector\r\n- Remove unnecessary `secret_id` args from API key generation code (it\r\ncan be found directly from the connector doc)\r\n- Update native connector configuration page to show a section for\r\nmanaging API keys (see attached screenshots).","sha":"a4e18355b87f48343364aaf67cd6605b0430b887"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/177274","number":177274,"mergeCommit":{"message":"[Search] Fix native connector API key management (elastic#177274)\n\n- Generate API keys when attaching an index to a connector\r\n- Remove unnecessary `secret_id` args from API key generation code (it\r\ncan be found directly from the connector doc)\r\n- Update native connector configuration page to show a section for\r\nmanaging API keys (see attached screenshots).","sha":"a4e18355b87f48343364aaf67cd6605b0430b887"}}]}] BACKPORT--> Co-authored-by: Navarone Feekery <[email protected]>
- Loading branch information
1 parent
67990d8
commit 143f5cf
Showing
13 changed files
with
91 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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.