Troubleshoot a Remote Repository Configuration - Administrator Guide - 6.10 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.10
Creation date
2022-10-13
Last date published
2024-03-28
End_of_Life
EoL
Category
Administrator Guide
Abstract

Troubleshoot issues for a Cortex XSOAR remote repository configuration plus FAQs.

You can troubleshoot the following issues:

FAQs

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?

Answer: Yes. See Edit and Push Content to a Remote Repository.

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.