Skip to content

Commit

Permalink
[Security Solution][Case] Change case connector minimum required lice…
Browse files Browse the repository at this point in the history
…nse to basic (#83401)
  • Loading branch information
cnasikas authored Nov 16, 2020
1 parent 9d40dab commit 01b1710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/connectors/case/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getActionType({
}: GetActionTypeParams): CaseActionType {
return {
id: CASE_ACTION_TYPE_ID,
minimumLicenseRequired: 'gold',
minimumLicenseRequired: 'basic',
name: i18n.NAME,
validate: {
config: CaseConfigurationSchema,
Expand Down

0 comments on commit 01b1710

Please sign in to comment.