Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Actions] Third party plugins cannot register action types with license below gold. #82106

Closed
cnasikas opened this issue Oct 30, 2020 · 2 comments · Fixed by #82931
Closed

[Actions] Third party plugins cannot register action types with license below gold. #82106

cnasikas opened this issue Oct 30, 2020 · 2 comments · Fixed by #82931
Assignees
Labels
Feature:Actions Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@cnasikas
Copy link
Member

Hi,

I would like to create a case connector where a user can create or update cases through the connector. The license of the case connector should be basic like the es_index and server_log connectors. I register the action type calling plugins.actions.registerType(...) on cases plugin setup. Setting the minimumLicenseRequired to basic produces the following error:

Error: Third party action type ".case" can only set minimumLicenseRequired to a gold license or higher .

Thanks!

@cnasikas cnasikas added Feature:Actions Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Oct 30, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

@pmuellr
Copy link
Member

pmuellr commented Oct 30, 2020

We'll need to fix this once we split the existing actions into a plugin separate from the existing actions plugin, currently blocked by #64659 .

I think I saw some discussion on this suggesting a pre-defined list of actionTypeIds, in the actions plugin, which we would allow to be < gold licensed. Seems like that would work in the future as well, when we move all the action types out of the actions plugin.

@gmmorris gmmorris self-assigned this Nov 5, 2020
@kobelb kobelb added the needs-team Issues missing a team label label Jan 31, 2022
@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Actions Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
5 participants