Skip to content

Commit

Permalink
Delete unused properties from documentation (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Sep 12, 2024
1 parent 49f4358 commit 87e007d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/region-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ See [regions.json](/onyxia-api/src/main/resources/regions.json) for a complete e
- [S3](#s3)
- [Vault properties](#vault-properties)
- [Git properties](#git-properties)
- [ProxyConfiguration properties](#proxyconfiguration-properties)
- [ProxyInjection properties](#proxyinjection-properties)
- [PackageRepositoryInjection properties](#packagerepositoryinjection-properties)
- [CertificateAuthorityInjection properties](#certificateauthorityinjection-properties)
Expand Down Expand Up @@ -320,16 +319,6 @@ It can be used to add additional features to Onyxia. It helps users to keep thei
| `URL` | | URL of the git service for the region. | "https://git.change.me" |
| `oidcConfiguration` | | Allow override of openidconnect authentication for this specific service. If not defined then global Onyxia authentication will be used. | {clientID: "onyxia", issuerURI: "https://auth.lab.sspcloud.fr/auth"} |

## ProxyConfiguration properties

It can be used to inject proxy configuration in the services, if the helm chart in the catalog allows it you can bind this value to the Helm chart value to override for example HTTP_PROXY, HTTPS_PROXY and NO_PROXY en variable in the pod launched.

| Key | Default | Description | Example |
| --------------------- | ------- | ------------------------------------------------------------------ | ---- |
| `httpProxyUrl` | | URL of the enterprise proxy for the region for HTTP. | "http://proxy.enterprise.com:8080" |
| `httpsProxyUrl` | | URL of the enterprise proxy for the region for HTTPS. | "http://proxy.enterprise.com:8080" |
| `noProxy` | | enterprise local domain that should not take proxy comma separated | "corporate.com" |

## ProxyInjection properties

It can be used to inject proxy settings in the services, if the Helm chart in the catalog allows it you can bind this value to the Helm chart value to override for example HTTP_PROXY, HTTPS_PROXY, and NO_PROXY to variables in the pod launched.
Expand Down

0 comments on commit 87e007d

Please sign in to comment.