crowdsecurity / crowdsec

CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
https://crowdsec.net
MIT License
9.05k stars 467 forks source link

[deprecation] Metabase helper `cscli dashboard` #2927

Open LaurenceJJones opened 7 months ago

LaurenceJJones commented 7 months ago

Whilst cscli dashboard has served it purposes as an initial dashboard for CrowdSec data in the early days, we have kind off let the code and implementation go stale and hence issues that arise with CVE's that are reported to the upstream metabase image.

Here are the current issues:

Solution we offer:

So we purpose that we deprecate the implementation within the cscli binary (less code, less maintenance for the team) and offer a replacement such as a bash script that users can download externally and run the same commands. So we dont completely hinder the community by revoking all access but we improve the experience we can offer without being tied directly to a crowdsec version.

github-actions[bot] commented 7 months ago

@LaurenceJJones: Thanks for opening an issue, it is currently awaiting triage.

In the meantime, you can:

  1. Check Crowdsec Documentation to see if your issue can be self resolved.
  2. You can also join our Discord.
  3. Check Releases to make sure your agent is on the latest version.
Details I am a bot created to help the [crowdsecurity](https://github.com/crowdsecurity) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/crowdsecurity/crowdsec/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
github-actions[bot] commented 7 months ago

@LaurenceJJones: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.

Details I am a bot created to help the [crowdsecurity](https://github.com/crowdsecurity) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/crowdsecurity/crowdsec/blob/master/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
LaurenceJJones commented 7 months ago

/kind enhancement

LaurenceJJones commented 7 months ago

Adding a vague milestone of 1.7.0 as we have no current timeline plans on when this will happen but will be aimed at next milestone

LaurenceJJones commented 7 months ago

For those wanting to track the progress of the bash script I have started a repository here

I havent defined the main topics yet but my aim to have a script that serves docker and podman without needing root permissions or sudo when needed

mmetc commented 6 months ago

let me know the final URL of the script/documentation and I'll update the PR

netchild commented 1 month ago

I would love to see this in a way that we can install it on FreeBSD (cscli dashboard is disabled on FreeBSD).

LaurenceJJones commented 1 month ago

decision has been made internally that the helper script project will be abandoned due to limit resources to allocate to this feature. We will instead provide documentation point of view of how to run Metabase via docker and Metabase via bare metal install.