Provides a set of configurations for different NiFi components to use a proxy server.
Proxy
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Proxy Type | proxy-type | DIRECT |
| Proxy type. |
SOCKS Version | socks-version | SOCKS5 |
| SOCKS Protocol Version This Property is only considered if the [Proxy Type] Property has a value of "SOCKS". |
Proxy Server Host | proxy-server-host | Proxy server hostname or ip-address. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Server Port | proxy-server-port | Proxy server port number. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy User Name | proxy-user-name | The name of the proxy client for user authentication. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy User Password | proxy-user-password | The password of the proxy client for user authentication. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |