nifi/nifi-nar-bundles
Peter Turcsanyi a4c3ca50dd
NIFI-6550: Create controller service for Azure Storage Credentials
Added AzureStorageCredentialsService controller service interface
with 2 implementations:
 - AzureStorageCredentialsControllerService: holds the credential properties
   (account name, account key, sas token)
 - AzureStorageCredentialsControllerServiceLookup: can be used to dynamically
   look up another AzureStorageCredentialsService (similar to
   DBCPConnectionPoolLookup)

The controller service can be used by the Azure Storage processors:
{List|Fetch|Put|Delete}AzureBlobStorage, {Get|Put}AzureQueueStorage

NIFI-6550: Review changes.

NIFI-6550: Review changes #2.

This closes #3742.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2019-09-27 01:36:28 +09:00
..
nifi-ambari-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-amqp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-atlas-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-avro-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-aws-bundle NIFI-6596 Moves AmazonS3EncryptionService interface 2019-09-13 08:55:05 +09:00
nifi-azure-bundle NIFI-6550: Create controller service for Azure Storage Credentials 2019-09-27 01:36:28 +09:00
nifi-beats-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-cassandra-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-ccda-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-cdc NIFI-5254 Upgraded Groovy to version 2.5.4 2019-07-11 14:17:35 -04:00
nifi-confluent-platform-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-couchbase-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-cybersecurity-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-datadog-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-druid-bundle NIFI-6621: Add support for Druid schema-less dimensions 2019-09-06 13:18:34 -04:00
nifi-elasticsearch-bundle NIFI-6529 Updated TestFormatUtils.testFormatDataSize to use DecimalFormatSymbols when verifying results of FormatUtils.formatDataSize 2019-08-08 21:39:20 +02:00
nifi-email-bundle NIFI-6695: ExtractEmailAttachments/ExtractEmailHeaders should not validate 'SendDate' 2019-09-24 20:51:57 +02:00
nifi-enrich-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-evtx-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-extension-utils NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-flume-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-framework-bundle NIFI-6696: Ensured that callback to RemoteQueuePartition do not attempt to obtain the Partition Read Lock. The Read Lock is not necessary as long as the 'partitioner' is volatile, because it doesn't matter whether or not the actual partitions themselves change, since the only partition that would be touched is the Rebalancing Partition,on, which is fixed. Obtaining the partition read lock can lead to a deadlock as outlined in the Jira description. 2019-09-23 10:07:21 -04:00
nifi-gcp-bundle NIFI-6636: Fixed ListGCSBucket file duplication error 2019-09-09 13:32:17 -04:00
nifi-graph-bundle NIFI-6425 Made executeQuery able to reconnect to the Gremlin cluster. 2019-09-03 15:06:22 -04:00
nifi-groovyx-bundle NIFI-5254 Upgraded Groovy to version 2.5.4 2019-07-11 14:17:35 -04:00
nifi-grpc-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-hadoop-bundle NIFI-6679 - MoveHDFS removes original file when destination exists 2019-09-24 14:29:25 -04:00
nifi-hadoop-libraries-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-hbase-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-hive-bundle NIFI-6480: PutORC/PutParquet can't overwrite file even if set 'Overwrite Files' to true 2019-09-13 12:08:27 -04:00
nifi-hl7-bundle NIFI-6320. This closes #3494. Added a check whereby, if the user is using the "Use Segment Names" option in the ExtractHL7Attributes processor and the HL7 message being processed contains custom user segments (e.g., Z Segments), the code will downgrade to returning the Segment Label as it does when this option is not used. Without this a null pointer is thrown at line 288. 2019-07-10 12:51:46 -04:00
nifi-html-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-ignite-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-influxdb-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-jetty-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-jms-bundle NIFI-6022 Added try/catch to protect against secondary exception in a primary exception catch clause 2019-05-31 08:51:36 +09:00
nifi-jolt-record-bundle NIFI-6318: Support EL in CSV formatting properties 2019-07-25 17:04:22 +09:00
nifi-kafka-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-kerberos-iaa-providers-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-kite-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-kudu-bundle NIFI-6692: Fixing NullPointerException when not using Kerberos 2019-09-21 21:37:25 +02:00
nifi-language-translation-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-ldap-iaa-providers-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-lumberjack-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-media-bundle NIFI-6520 update to tika 1.22 2019-09-23 08:18:55 -04:00
nifi-metrics-reporting-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-mongodb-bundle NIFI-6572 Added a workaround for GetMongoRecordIT that fixes a weird issue with Groovy where the Groovy addons don't appear to be getting recognized for java.util.Date. 2019-08-19 21:15:56 -04:00
nifi-mqtt-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-network-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-parquet-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-poi-bundle NIFI-6529 Updated TestFormatUtils.testFormatDataSize to use DecimalFormatSymbols when verifying results of FormatUtils.formatDataSize 2019-08-08 21:39:20 +02:00
nifi-prometheus-bundle NIFI-5417: Add missing component status and metrics to S2SStatusReportingTask and PrometheusReportingTask (#3554) 2019-07-10 23:46:13 -04:00
nifi-provenance-repository-bundle NIFI-6660: Fixed ordering of directory creation and timestamp gathering 2019-09-13 09:34:13 -04:00
nifi-ranger-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-redis-bundle NIFI-6380: Introduced the notion of Parameters and Parameter Contexts to the code base. 2019-08-02 10:45:39 -04:00
nifi-registry-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-rethinkdb-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-riemann-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-scripting-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-site-to-site-reporting-bundle NIFI-6429 - Added optional field to allow variables with null values to be included in reporting records. Default functionality will exclude variables with null values for backwards compatibility. 2019-08-30 13:38:38 -04:00
nifi-slack-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-snmp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-social-media-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-solr-bundle NIFI-6516 - Upgraded solrj to 6.6.6. 2019-08-06 09:25:23 +02:00
nifi-spark-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-splunk-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-spring-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-standard-bundle NIFI-6520 update to tika 1.22 2019-09-23 08:18:55 -04:00
nifi-standard-services NIFI-6369: This closes #3560. Updated JSON Readers to convert String values to Date/Time/Timestamp objects when appropriate according to the schema and the configured pattern 2019-09-19 23:16:34 -04:00
nifi-stateful-analysis-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-tcp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-update-attribute-bundle NIFI-6277: 2019-08-30 13:51:37 -04:00
nifi-websocket-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-windows-event-log-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
pom.xml NIFI-5537 Refactored to be named Cypher Bundle instead. 2019-06-20 13:39:20 -04:00