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

[WIP] LAPI->CAPI : Support new data #1011

Closed
wants to merge 43 commits into from
Closed

[WIP] LAPI->CAPI : Support new data #1011

wants to merge 43 commits into from

Conversation

buixor
Copy link
Contributor

@buixor buixor commented Oct 18, 2021

  • Allow support for tainted/custom scenarios (opt-in)
  • Allow support for manual decisions (opt-in)
  • Allow support for decisions w/ Alert (opt-in)
  • Allow name/tag/alias in cscli console enroll

note This PR has been split and partially merged for 1.3 (support of tainted/custom/manual decisions for console).

ShareManualDecisions *bool `yaml:"share_manual_decisions"`
ShareTaintedScenarios *bool `yaml:"share_custom"`
ShareCustomScenarios *bool `yaml:"share_tainted"`
ShareDecisions *bool `yaml:"share_decisions"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably rename to something like share_deleted_decisions to avoid confusion with the actual signal sharing.

cmd/crowdsec-cli/capi.go Outdated Show resolved Hide resolved
@buixor buixor changed the title LAPI->CAPI : Support new data [WIP] LAPI->CAPI : Support new data Jan 18, 2022
@AlteredCoder
Copy link
Contributor

This PR only have the sharing decisions feature that is not in crowdsec master. This feature will be implemented later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants