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

[FEATURE REQUEST] Allow users to run oxidized from CLI with a custom config #3087

Closed
n-rodriguez opened this issue Feb 25, 2024 · 1 comment

Comments

@n-rodriguez
Copy link
Contributor

Hi there!

The use case : #3019 (comment)

To workaround this I wrote few patches to be able to run 2 instances of oxidized with almost the same conf :

  • 1 instance of oxidized is run normally with the web interface and remove_secret for FortiOS. This allows a regular fetch of the conf (every 1/2h) which is committed to git repo and push remotely
  • 1 instance of oxidized which is triggered by cron every midnight. this instance is called with --home-dir and --config-file options (from my patches) which allow you to specify a custom config file without remove_secret but with run_once: true (from my patches) :)

Thank you!

@robertcheramy
Copy link
Collaborator

This has been closed by PR #3088

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

No branches or pull requests

2 participants