Gitsync integration with Chronicle SOAR

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

  1. Can we save all the version of the playbooks?
  2. For version control, would this be the right approach?
0 5 360
5 REPLIES 5

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