nifi/nifi-commons
Mark Payne 60e99184f8
NIFI-12898 Added Asset Management REST API and CLI Capabilities
- Added REST resource methods for managing assets associated with Parameter Contexts
- Added CLI commands for managing assets
- Added and updated system test for assets and Parameter Contexts
- Updated flow synchronization to consider referenced asset changes
- Adjusted authorization for cluster nodes to read Parameter Contexts

This closes #9138

Co-authored-by: Bryan Bende <bbende@apache.org>
Co-authored-by: Mark Payne <markap14@hotmail.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-13 11:42:02 -05:00
..
nifi-build NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-calcite-utils NIFI-13529 Set Calcite Connection timeZone to UTC for Records 2024-07-09 13:47:27 -05:00
nifi-data-provenance-utils NIFI-13526 Removed unused variables and localized nifi-socket-utils 2024-07-08 13:44:42 -05:00
nifi-deprecation-log NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-expression-language NIFI-12898 Added Asset Management REST API and CLI Capabilities 2024-08-13 11:42:02 -05:00
nifi-flow-encryptor NIFI-13238 Added Checkstyle rules for whitespace 2024-05-15 06:41:19 -05:00
nifi-flowfile-packager NIFI-13238 Added Checkstyle rules for whitespace 2024-05-15 06:41:19 -05:00
nifi-hashicorp-vault NIFI-13238 Added Checkstyle rules for whitespace 2024-05-15 06:41:19 -05:00
nifi-hashicorp-vault-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-hl7-query-language NIFI-13625 Removed or Replaced System.out.println in Tests (#9150) 2024-08-05 20:35:40 -05:00
nifi-jetty-configuration NIFI-13313: Remove old UI (#8906) 2024-06-05 09:09:01 -04:00
nifi-json-schema-api NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-json-schema-shared NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-json-utils NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-kubernetes-client NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-metrics NIFI-13401 Upgraded Spring to 6.1.9 and Jetty to 12.0.10 and others 2024-06-14 16:36:19 -05:00
nifi-parameter NIFI-12898 Added Asset Management REST API and CLI Capabilities 2024-08-13 11:42:02 -05:00
nifi-per-process-group-logging NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-properties NIFI-12898 Added Asset Management REST API and CLI Capabilities 2024-08-13 11:42:02 -05:00
nifi-property-encryptor NIFI-13599 Replaced Commons Codec Hex with HexFormat for Encryptor (#9125) 2024-07-30 13:23:56 -04:00
nifi-property-utils NIFI-13414 Removed Property Protection Modules and Encrypt Config 2024-06-20 13:04:00 -07:00
nifi-record NIFI-13380: When determining if Record Type A is 'wider' than Record Type B, and both have a RECORD with the same name but different schemas, instead of determining that A is not wider than B, perform a recursive comparison to check if the RECORD within A's schema is wider than the RECORD within B's schema. 2024-06-15 14:40:24 -04:00
nifi-record-path NIFI-12704 Avoid NPE in escapeJson() for Root Path 2024-06-17 13:20:13 -05:00
nifi-schema-utils NIFI-13238 Added Checkstyle rules for whitespace 2024-05-15 06:41:19 -05:00
nifi-security-cert NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-cert-builder NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-crypto-key NIFI-13525 Removed unused classes from nifi-security-crypto-key 2024-07-06 09:33:32 -07:00
nifi-security-identity NIFI-13265 Removed instantiation of Object arrays for log arguments 2024-05-30 17:17:33 -05:00
nifi-security-kerberos NIFI-13625 Removed or Replaced System.out.println in Tests (#9150) 2024-08-05 20:35:40 -05:00
nifi-security-kerberos-api NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-security-ssl NIFI-12125 Refactored Framework SSLContext Loading (#8967) 2024-06-25 16:08:04 -04:00
nifi-security-utils NIFI-12125 Refactored Framework SSLContext Loading (#8967) 2024-06-25 16:08:04 -04:00
nifi-security-utils-api NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-single-user-utils NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-site-to-site-client NIFI-13403 Removed unnecessary toString in logging statements 2024-06-25 20:13:08 -05:00
nifi-swagger-integration NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-utils NIFI-12898 Added Asset Management REST API and CLI Capabilities 2024-08-13 11:42:02 -05:00
nifi-uuid5 NIFI-12646-RC4 prepare for next development iteration 2024-01-25 18:11:30 -06:00
nifi-web-client NIFI-13619 Switch web-client from OkHttp to Java HttpClient (#9140) 2024-08-06 15:46:54 -04:00
nifi-web-client-api NIFI-13344 Implemented backend for uploading and managing custom NARs 2024-07-12 09:02:25 -05:00
nifi-web-servlet-shared NIFI-13017: Replace JoltTransformJSON custom UI (#9117) 2024-08-06 13:51:41 -04:00
nifi-web-utils NIFI-13594 Added web-servlet-shared abstracted from web-utils (#9123) 2024-07-30 15:41:49 -04:00
nifi-write-ahead-log NIFI-13625 Removed or Replaced System.out.println in Tests (#9150) 2024-08-05 20:35:40 -05:00
nifi-xml-processing NIFI-13238 Added Checkstyle rules for whitespace 2024-05-15 06:41:19 -05:00
pom.xml NIFI-13594 Added web-servlet-shared abstracted from web-utils (#9123) 2024-07-30 15:41:49 -04:00