Skip to main content
Solved

GitHub Audit Logs

  • December 23, 2025
  • 3 replies
  • 14 views

This message originated from Cribl Community Slack.
Click here to view the original link.

If we're implementing Github/Github Ops, should the repo be read-only. If I'm correct, you won't want to modify Cribl through anything but the UI unless it's specific .yaml files on servers right?

Best answer by Ben Marcus

The leader in "dev" will need to push and write commits into the remote repo. I'd suggest having the repo be private but writable and accessible from the leader host. If your using multiple branches then you might need to allow commits and PR between the branches.

3 replies

Ben Marcus
  • Employee
  • December 23, 2025
Depends on what exactly your trying todo. In your "dev" env you'll want to be able to have Cribl setup with a remote git repo and changes commited and pushed stored in the remote repo. So will need write ability

I mean admins will want to use the UI for most of everything (or CLI). But you won't want to be modifying this from a Github repo and trying to distribute that way right?

Ben Marcus
  • Employee
  • Answer
  • December 23, 2025
The leader in "dev" will need to push and write commits into the remote repo. I'd suggest having the repo be private but writable and accessible from the leader host. If your using multiple branches then you might need to allow commits and PR between the branches.