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

Allow auth config to be kept in an independent config file (or maybe even add conf.d subfolder support) #912

Closed
frittentheke opened this issue Jul 10, 2023 · 1 comment

Comments

@frittentheke
Copy link

What did you expect to see?

With the recent (very much appreciated change) to split of auth and modules config (#859), I would like to propose adding support for splitting them between two different files.
Since modules are usually auto-generated / rendered into snmp.yml, but the auth section is likely something configured manually or statically, having two files would make this a easier to handle in automation / config-management.

Another approach could be to support the conf.d pattern and allow for all of the config to be distributed in multiple config files. Something like Prometheus did for scrape configs (prometheus/prometheus#8543). This would then allow to also place configs for individual modules into separate files.

@SuperQ
Copy link
Member

SuperQ commented Jul 10, 2023

Duplicate of #628

@SuperQ SuperQ marked this as a duplicate of #628 Jul 10, 2023
@SuperQ SuperQ closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants