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

Patch for authentication issue #193

Merged
merged 6 commits into from
Apr 15, 2020
Merged

Patch for authentication issue #193

merged 6 commits into from
Apr 15, 2020

Commits on Mar 22, 2020

  1. Add greedy control to get_processor to support exact matching on get …

    …operation
    
    Add basicAuth support to nifi client and security module
    Chaffelson committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4f83a9b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Add greedy control to several get_ functions to support exact matchin…

    …g on operation
    
    Add basicAuth support to nifi client and security module
    Updated test containers to 1.11.4
    Added special case for 'root' to get_processor
    Corrected list_invalid_processors to correctly report an empty list
    update_controller now has a refresh option
    get_template now correctly returns None if Template not found
    is_endpoint_up now has a reasonable default timeout
    automatically trim API endpoint URLs of trailing slash to avoid really really annoying errors
    Chaffelson committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    37c726d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Added configuration control for NiFi Authentication mode, either toke…

    …nAuth or basicAuth
    
    Improved Linting and Logging statements in security.py
    Chaffelson committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a8942ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5e356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3fdceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e6afd View commit details
    Browse the repository at this point in the history