You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/10 21:11:02 UTC

[jira] [Commented] (NIFI-4197) *GCP processors do not expose proxy settings

    [ https://issues.apache.org/jira/browse/NIFI-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160480#comment-16160480 ] 

ASF GitHub Bot commented on NIFI-4197:
--------------------------------------

Github user jvwing commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2017#discussion_r137959785
  
    --- Diff: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/AbstractGCPProcessor.java ---
    @@ -55,6 +55,25 @@
                 .addValidator(StandardValidators.INTEGER_VALIDATOR)
                 .build();
     
    +    public static final PropertyDescriptor PROXY_HOST = new PropertyDescriptor
    +            .Builder().name("proxy-host")
    +            .displayName("Proxy host")
    +            .description("IP or hostname of the proxy to be used")
    +            .required(false)
    +            .expressionLanguageSupported(false)
    +            .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
    +            .build();
    +
    +    public static final PropertyDescriptor PROXY_PORT = new PropertyDescriptor
    +            .Builder().name("proxy-port")
    --- End diff --
    
    Same thing with the `gcp-` prefix.


> *GCP processors do not expose proxy settings
> --------------------------------------------
>
>                 Key: NIFI-4197
>                 URL: https://issues.apache.org/jira/browse/NIFI-4197
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Andre F de Miranda
>            Assignee: Andre F de Miranda
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)