Automic Admin configured Git versioning, they would like to configure Automic so that only specific users can commit changes to the repo, and if possible make the versioning tab in process assembly only visible to specific users too.
Release : 12.3
Component : AUTOMATION ENGINE
n Automic - we have the following capabilities to prevent users from version management:
1. Privileges:
For the users in question, you can disable the access to the Version Management Folder:
2. Permissions:
You can take away "Write" access to the object for that user -> therefore they won't be able to commit (restore) an older version.
3. Use the Vara object of UC_VERSIONCONTROL_EXCLUDE
Here you can exclude the object from versioning control.
================================================
Also on the Git side you can use the .gitignore:
https://git-scm.com/docs/gitignore