Skip to main content

StandardProxyConfigurationService

Description

Provides a set of configurations for different NiFi components to use a proxy server.

Tags

Proxy

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Proxy Type *proxy-typeDIRECT
  • DIRECT
  • HTTP
  • SOCKS
Proxy type.
SOCKS Version *socks-versionSOCKS5
  • SOCKS4
  • SOCKS5
SOCKS Protocol Version

This property is only considered if:
  • the property Proxy Type has a value of SOCKS
Proxy Server Hostproxy-server-hostProxy server hostname or ip-address.

Supports Expression Language, using Environment variables.
Proxy Server Portproxy-server-portProxy server port number.

Supports Expression Language, using Environment variables.
Proxy User Nameproxy-user-nameThe name of the proxy client for user authentication.

Supports Expression Language, using Environment variables.
Proxy User Passwordproxy-user-passwordThe password of the proxy client for user authentication.

Supports Expression Language, using Environment variables.

State Management

This component does not store state.

Restricted

This component is not restricted.

System Resource Considerations

This component does not specify system resource considerations.

See Also