For the complete documentation index, see llms.txt. This page is also available as Markdown.
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

Which services are supported?

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.

Does Cortex XSOAR remote repository configuration support GPG signing?

Yes.

  1. Connect to the environment on which you are experiencing the issue using SSH.

  2. Run the following commands:

    • git --global config user.signingKey KEYID where KEYID is your key ID.

    • git --global config commit.gpgSign true

Can I limit permissions for pushing content?
Can I edit content in my production environment?

No. When working in a remote repository configuration, content can only be edited in the development environment.

Can I validate my development environment with SSH public key authentication?

Yes. A remote repository can be validated using SSH public key authentication with a certificate.

Last updated

Was this helpful?