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

Runtime config: get default basic fields from bot's module #2431

Open
kamil-certat opened this issue Nov 28, 2023 · 1 comment
Open

Runtime config: get default basic fields from bot's module #2431

kamil-certat opened this issue Nov 28, 2023 · 1 comment
Labels

Comments

@kamil-certat
Copy link
Contributor

Background

Managing 100+ bots from IntelMQ Manager is quite hard and as with any things at certain growing point, the UI just isn't enough. So I generate runtime.yaml from easier-to-handle configuration and templates.

Feature request

Every bot has a number of standard fields (group, type, description, name) that are almost every time the same. While it's nice being able to overwrite them, copying them to every bot is just an additional overhead. At the moment, leaving any of them empty, will kill IntelMQ or at least trigger check errors. I'd suggest that IntelMQ just takes the default values from bot's module instead, as with normal parameters.

@kamil-certat kamil-certat changed the title Runtime config: get default fields from bot's module Runtime config: get default basic fields from bot's module Nov 28, 2023
@gethvi
Copy link
Contributor

gethvi commented Mar 1, 2024

Also we could remove the nagging for not filling in the bot's name and description...

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

No branches or pull requests

2 participants