StandardProxyConfigurationService 2.7.0

Bundle
org.apache.nifi | nifi-proxy-configuration-nar
Description
Provides a set of configurations for different NiFi components to use a proxy server.
Tags
Proxy
Input Requirement
Supports Sensitive Dynamic Properties
false
Properties
  • Proxy Server Host
    Proxy server hostname or ip-address.
    Display Name
    Proxy Server Host
    Description
    Proxy server hostname or ip-address.
    API Name
    Proxy Server Host
    Expression Language Scope
    Environment variables defined at JVM level and system properties
    Sensitive
    false
    Required
    false
  • Proxy Server Port
    Proxy server port number.
    Display Name
    Proxy Server Port
    Description
    Proxy server port number.
    API Name
    Proxy Server Port
    Expression Language Scope
    Environment variables defined at JVM level and system properties
    Sensitive
    false
    Required
    false
  • Proxy Type
    Proxy type.
    Display Name
    Proxy Type
    Description
    Proxy type.
    API Name
    Proxy Type
    Default Value
    DIRECT
    Allowable Values
    • DIRECT
    • HTTP
    • SOCKS
    Expression Language Scope
    Not Supported
    Sensitive
    false
    Required
    true
  • Proxy User Name
    The name of the proxy client for user authentication.
    Display Name
    Proxy User Name
    Description
    The name of the proxy client for user authentication.
    API Name
    Proxy User Name
    Expression Language Scope
    Environment variables defined at JVM level and system properties
    Sensitive
    false
    Required
    false
  • Proxy User Password
    The password of the proxy client for user authentication.
    Display Name
    Proxy User Password
    Description
    The password of the proxy client for user authentication.
    API Name
    Proxy User Password
    Expression Language Scope
    Environment variables defined at JVM level and system properties
    Sensitive
    true
    Required
    false
  • SOCKS Version
    SOCKS Protocol Version
    Display Name
    SOCKS Version
    Description
    SOCKS Protocol Version
    API Name
    SOCKS Version
    Default Value
    SOCKS5
    Allowable Values
    • SOCKS4
    • SOCKS5
    Expression Language Scope
    Not Supported
    Sensitive
    false
    Required
    true
    Dependencies
    • Proxy Type is set to any of [SOCKS]