Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-6550: Create controller service for Azure Storage Credentials #3742

Closed
wants to merge 3 commits into from

Commits on Sep 15, 2019

  1. 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
    turcsanyip committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    6dd2ae1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. NIFI-6550: Review changes.

    turcsanyip committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    22ed38e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    4113fbd View commit details
    Browse the repository at this point in the history