diff --git a/docs/04.navigation/01.navigation/01.navigation.md b/docs/04.navigation/01.navigation/01.navigation.md index f2e55dd4..d9faf343 100644 --- a/docs/04.navigation/01.navigation/01.navigation.md +++ b/docs/04.navigation/01.navigation/01.navigation.md @@ -167,22 +167,43 @@ An integration with [IBM Security Advisor](/integration/ibmsa) and [QRadar](/int ##### Remote Repository Configuration -Configure a remote GitHub repository that can be used when exporting CRD files. +Configure a remote GitHub or Azure DevOps (available for NeuVector v5.4.3 and later) repository that can be used when exporting CRD files. -In order to setup the remote repository, you need to provide the following information: +To set up the remote GitHub repository, you need to provide the following information: | Field | Type | Description | | --- | --- | --- | -| Repository Provider | Mandatory | Select the repository provider. Currently, only GitHub is supported. | +| Repository Provider | Mandatory | Select the GitHub repository provider. | | Owner User Name | Mandatory | The repository owner's GitHub username. | -| Branch Name | Optional | The specific branch within the repository that contains the CRD files. The default branch is 'main'. | +| Branch Name | Optional | The specific branch within the repository that contains the CRD files. The default branch is `main`. | | Committer Name | Optional | The name of the committer associated with the personal access token. | | Comment | Optional | The comment associated with the commit. | | Repository Name | Mandatory | The repository name. | | Personal Access Token | Mandatory | Grant the "repo" scope to the token. Obtain it from https://github.com/settings/tokens. | | Email | Optional | The email address associated with the committer. | -![Example of a remote repository configuration](remote_repository_configuration.png) +To set up the remote Azure DevOps repository, you need to provide the following information: + +| Field | Type | Description | +| --- | --- | --- | +| Repository Provider | Mandatory | Select the Azure DevOps repository provider. | +| Organization Name | Mandatory | The name of your Azure DevOps organization. | +| Repository Name | Mandatory | The repository name. | +| Personal Access Token | Mandatory | Grant the "repo" scope to the token. Obtain it from https://dev.azure.com/{Your_Organization}/_usersSettings/tokens. | +| Comment | Optional | Field for additional comments. | +| Project Name | Mandatory | The Azure DevOps project that contains the repository. | +| Branch Name | Mandatory | The specific branch within the repository that contains the CRD files. The default branch is `main`. | + +
+Sample Remote Repository Configurations + ++ GitHub: + ![Example of a remote repository configuration](remote_repository_configuration.png) + ++ Azure DevOps: + ![Example of an Azure DevOps remote repository configuration](ADO_remote_repository_configuration.png) + +
Once the information is provided, click on the 'Submit' button to save the configuration. diff --git a/docs/04.navigation/01.navigation/ADO_remote_repository_configuration.png b/docs/04.navigation/01.navigation/ADO_remote_repository_configuration.png new file mode 100644 index 00000000..1b5dc8a6 Binary files /dev/null and b/docs/04.navigation/01.navigation/ADO_remote_repository_configuration.png differ diff --git a/versioned_docs/version-5.4/04.navigation/01.navigation/01.navigation.md b/versioned_docs/version-5.4/04.navigation/01.navigation/01.navigation.md index f2e55dd4..d9faf343 100644 --- a/versioned_docs/version-5.4/04.navigation/01.navigation/01.navigation.md +++ b/versioned_docs/version-5.4/04.navigation/01.navigation/01.navigation.md @@ -167,22 +167,43 @@ An integration with [IBM Security Advisor](/integration/ibmsa) and [QRadar](/int ##### Remote Repository Configuration -Configure a remote GitHub repository that can be used when exporting CRD files. +Configure a remote GitHub or Azure DevOps (available for NeuVector v5.4.3 and later) repository that can be used when exporting CRD files. -In order to setup the remote repository, you need to provide the following information: +To set up the remote GitHub repository, you need to provide the following information: | Field | Type | Description | | --- | --- | --- | -| Repository Provider | Mandatory | Select the repository provider. Currently, only GitHub is supported. | +| Repository Provider | Mandatory | Select the GitHub repository provider. | | Owner User Name | Mandatory | The repository owner's GitHub username. | -| Branch Name | Optional | The specific branch within the repository that contains the CRD files. The default branch is 'main'. | +| Branch Name | Optional | The specific branch within the repository that contains the CRD files. The default branch is `main`. | | Committer Name | Optional | The name of the committer associated with the personal access token. | | Comment | Optional | The comment associated with the commit. | | Repository Name | Mandatory | The repository name. | | Personal Access Token | Mandatory | Grant the "repo" scope to the token. Obtain it from https://github.com/settings/tokens. | | Email | Optional | The email address associated with the committer. | -![Example of a remote repository configuration](remote_repository_configuration.png) +To set up the remote Azure DevOps repository, you need to provide the following information: + +| Field | Type | Description | +| --- | --- | --- | +| Repository Provider | Mandatory | Select the Azure DevOps repository provider. | +| Organization Name | Mandatory | The name of your Azure DevOps organization. | +| Repository Name | Mandatory | The repository name. | +| Personal Access Token | Mandatory | Grant the "repo" scope to the token. Obtain it from https://dev.azure.com/{Your_Organization}/_usersSettings/tokens. | +| Comment | Optional | Field for additional comments. | +| Project Name | Mandatory | The Azure DevOps project that contains the repository. | +| Branch Name | Mandatory | The specific branch within the repository that contains the CRD files. The default branch is `main`. | + +
+Sample Remote Repository Configurations + ++ GitHub: + ![Example of a remote repository configuration](remote_repository_configuration.png) + ++ Azure DevOps: + ![Example of an Azure DevOps remote repository configuration](ADO_remote_repository_configuration.png) + +
Once the information is provided, click on the 'Submit' button to save the configuration. diff --git a/versioned_docs/version-5.4/04.navigation/01.navigation/ADO_remote_repository_configuration.png b/versioned_docs/version-5.4/04.navigation/01.navigation/ADO_remote_repository_configuration.png new file mode 100644 index 00000000..1b5dc8a6 Binary files /dev/null and b/versioned_docs/version-5.4/04.navigation/01.navigation/ADO_remote_repository_configuration.png differ