XSOAR 6.14Multi-Tenant
Troubleshoot a Remote Repository Configuration
Troubleshoot remote repository configuration issues in Cortex XSOAR 6.14 multi-tenant deployments.
You can troubleshoot the following issues:
FAQ
Last updated
Was this helpful?
Troubleshoot remote repository configuration issues in Cortex XSOAR 6.14 multi-tenant deployments.
You can troubleshoot the following issues:
FAQ
Working with remote repositories is Git-based. Any service that supports this protocol can be used, for example, GitHub, GitLab, Bitbucket, etc. In addition, on-premise repositories are also supported.
Yes.
Connect to the environment on which you are experiencing the issue using SSH.
Run the following commands:
git --global config user.signingKey KEYID where KEYID is your key ID.
git --global config commit.gpgSign true
Last updated
Was this helpful?
Was this helpful?
