StandardProxyConfigurationService

Description:

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

Tags:

Proxy

Properties:

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, whether a property supports the NiFi Expression Language, and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.

NameDefault ValueAllowable ValuesDescription
Proxy TypeDIRECT
  • DIRECT
  • HTTP
  • SOCKS
Proxy type.
Proxy Server HostProxy server hostname or ip-address.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy Server PortProxy server port number.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy User NameThe name of the proxy client for user authentication.
Supports Expression Language: true (will be evaluated using variable registry only)
Proxy User PasswordThe password of the proxy client for user authentication.
Sensitive Property: true
Supports Expression Language: true (will be evaluated using variable registry only)

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.