Skip to content

Commit

Permalink
[8.9] [Security solution] Bump GenAI connector license to Enterprise (#…
Browse files Browse the repository at this point in the history
…162184) (#162191)

# Backport

This will backport the following commits from `main` to `8.9`:
- [[Security solution] Bump GenAI connector license to Enterprise
(#162184)](#162184)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Steph
Milovic","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-07-18T20:54:55Z","message":"[Security
solution] Bump GenAI connector license to Enterprise
(#162184)","sha":"e96dd5cac4e93ab61d78ad55333cc36110adccc5","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat
Hunting","Team:
SecuritySolution","v8.9.0","v8.10.0","v8.9.1"],"number":162184,"url":"https://github.com/elastic/kibana/pull/162184","mergeCommit":{"message":"[Security
solution] Bump GenAI connector license to Enterprise
(#162184)","sha":"e96dd5cac4e93ab61d78ad55333cc36110adccc5"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/162184","number":162184,"mergeCommit":{"message":"[Security
solution] Bump GenAI connector license to Enterprise
(#162184)","sha":"e96dd5cac4e93ab61d78ad55333cc36110adccc5"}}]}]
BACKPORT-->

Co-authored-by: Steph Milovic <[email protected]>
  • Loading branch information
kibanamachine and stephmilovic authored Jul 18, 2023
1 parent 458894b commit 94b85a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getConnectorType = (): SubActionConnectorType<GenAiConfig, GenAiSec
},
validators: [{ type: ValidatorType.CONFIG, validator: configValidator }],
supportedFeatureIds: [GeneralConnectorFeatureId],
minimumLicenseRequired: 'platinum' as const,
minimumLicenseRequired: 'enterprise' as const,
renderParameterTemplates,
});

Expand Down

0 comments on commit 94b85a2

Please sign in to comment.