I have integrated Gitsync with chronicle SOAR.
It does not save the version of playbooks in git repo , it just overwrites with the latest version
I hear customers do frequent pushes of playbooks to GIT, and then use GIT to do versioning and rollback
Using versioning for SOAR local is more often (but not exclusive) for customers who are not CICD aligned and just work on 1 SOAR platform
HTH
If we Rollback again pervision version is lost right?
I believe so yes, as it's a RollBack ๐
This is why we use Git a lot for content versioning, rollback, commit, etc, as it was designed for these use cases
How to do versioning and rollback using gitsync integration?
- Can it be specific to environment ? because right now it is shared environment
what if i want to pull to specific environment(if a playbook from dev environment with version v1 ,v2,v3) to git using gitsync integration and i want to pull playbook to prod environment specific version v2 of playbook)
Can this be achieved? if so how ?
Can any one reply