Commit 6715d913 authored by Herber Madrigal's avatar Herber Madrigal

Add reference to offline support

Hightlight support to offline deployment and
common instructions.
parent 4a61262a
...@@ -595,6 +595,7 @@ repository's root as `.gitlab-api-fuzzing.yml`. ...@@ -595,6 +595,7 @@ repository's root as `.gitlab-api-fuzzing.yml`.
| CI/CD variable | Description | | CI/CD variable | Description |
|------------------------------------------------------|--------------------| |------------------------------------------------------|--------------------|
| `SECURE_ANALYZERS_PREFIX` | Specify the Docker registry base address from which to download the analyzer. |
| `FUZZAPI_VERSION` | Specify API Fuzzing container version. Defaults to `latest`. | | `FUZZAPI_VERSION` | Specify API Fuzzing container version. Defaults to `latest`. |
| `FUZZAPI_TARGET_URL` | Base URL of API testing target. | | `FUZZAPI_TARGET_URL` | Base URL of API testing target. |
|[`FUZZAPI_CONFIG`](#configuration-files) | API Fuzzing configuration file. Defaults to `.gitlab-apifuzzer.yml`. | |[`FUZZAPI_CONFIG`](#configuration-files) | API Fuzzing configuration file. Defaults to `.gitlab-apifuzzer.yml`. |
...@@ -1130,6 +1131,12 @@ Profiles: ...@@ -1130,6 +1131,12 @@ Profiles:
UnicodeFuzzing: true UnicodeFuzzing: true
``` ```
## Running API fuzzing in an offline environment
For self-managed GitLab instances in an environment with limited, restricted, or intermittent access
to external resources through the internet, some adjustments are required for the Web API Fuzz testing job to
successfully run. For more information, see [Offline environments](../offline_deployments/index.md).
## Troubleshooting ## Troubleshooting
### Error, the OpenAPI document is not valid. Errors were found during validation of the document using the published OpenAPI schema ### Error, the OpenAPI document is not valid. Errors were found during validation of the document using the published OpenAPI schema
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment