Skip to content

Commit

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

(cherry picked from commit e96dd5c)
  • Loading branch information
stephmilovic committed Jul 18, 2023
1 parent 211b470 commit 767588d
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 767588d

Please sign in to comment.