Dirk Hennig created NIFI-15911:
----------------------------------
Summary: Missing proxy support for
StandardSnowflakeIngestManagerProviderService and StandardPrivateKeyService
Key: NIFI-15911
URL: https://issues.apache.org/jira/browse/NIFI-15911
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Affects Versions: 2.9.0, 2.8.0
Environment: Prod
Reporter: Dirk Hennig
I deployed this nifi extension to integrate with Snowflake with our nifi 2.8.0:
nifi-snowflake-processors-nar-2.8.0.nar,
nifi-snowflake-services-api-nar-2.8.0.nar, nifi-snowflake-services-nar-2.8.0.nar
I configured the Processor StartSnowflakeIngest and the supporting
controllerservices StandardSnowflakeIngestManagerProviderService and
StandardPrivateKeyService
Unfortunately, these components do not have the option to configure a
StandardProxyConfigurationService which is mandatory to leave our internal
network and connect to the internet via our mandatory outbound proxies.
Only the controllerservice SnowflakeComputingConnectionPool supports proxy
configurations, but this is not the service we need in our case.
I checked out the source code of these components, and this confirmed that this
proxy is not implemented.
This is still the case in the latest release code of 2.9.0 (HEAD)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)