StandardProxyConfigurationService 2.0.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]