For the complete documentation index, see llms.txt. This page is also available as Markdown.
Multi-Tenant

Troubleshoot a Remote Repository Configuration

In Cortex XSOAR 6.13, troubleshoot multi-tenant remote repository configurations.

You can troubleshoot the following issues:

FAQ

Question: Which services are supported?

Answer: 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.

Question: Does Cortex XSOAR remote repository configuration support GPG signing?

Answer: 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

Question: Can I limit permissions for pushing content?

Question: Can I edit content in my production environment?

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

Question: 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?