Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 26 additions & 5 deletions docs/04.navigation/01.navigation/01.navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |

<details>
<summary>Sample Remote Repository Configurations</summary>

+ 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)

</details>

Once the information is provided, click on the 'Submit' button to save the configuration.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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`. |

<details>
<summary>Sample Remote Repository Configurations</summary>

+ 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)

</details>

Once the information is provided, click on the 'Submit' button to save the configuration.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.