mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/external_secrets_operator/external-secrets-operator-api.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="eso-proxy-config_{context}"]
|
|
= proxyConfig
|
|
|
|
[role="_abstract"]
|
|
The `proxyConfig` holds the proxy configurations which are made available in the operand containers and managed by the Operator as environment variables.
|
|
|
|
[cols="1,1,1,1,1",options="header"]
|
|
|===
|
|
| Field
|
|
| Type
|
|
| Description
|
|
| Default
|
|
| Validation
|
|
|
|
| `httpProxy`
|
|
| _string_
|
|
| The `httpProxy` field contains the URL of the proxy for HTTP requests. This field can have a maximum of 2048 characters.
|
|
|
|
|
| The maximum length is 2048 characters.
|
|
|
|
The minimum length is 0 characters.
|
|
|
|
Optional
|
|
|
|
| `httpsProxy`
|
|
| _string_
|
|
| The `httpsProxy` field contains the URL of the proxy for HTTPS requests. This field can have a maximum of 2048 characters.
|
|
|
|
|
| The maximum length is 2048 characters.
|
|
|
|
The minimum length is 0 characters.
|
|
|
|
Optional
|
|
|
|
| `noProxy`
|
|
| _string_
|
|
| The `noProxy` field is a comma-separated list of hostnames, classless inter-domain routings (CIDRs), and IP addresses or a combination of the three for which the proxy should not be used. This field can have a maximum of 4096 characters.
|
|
|
|
|
| The maximum length is 4096 characters.
|
|
|
|
The minimum length is 0 characters.
|
|
|
|
Optional
|
|
|===
|