exceptionfactory opened a new pull request, #6057:
URL: https://github.com/apache/nifi/pull/6057

   # Summary
   
   [NIFI-9958](https://issues.apache.org/jira/browse/NIFI-9958) Adds framework 
support for Sensitive Dynamic Properties in Processors, Controller Services and 
Reporting Tasks.
   
   The implementation adds a `SupportsSensitiveDynamicProperties` behavior 
annotation, which must be applied to component classes to indicate support for 
Sensitive Dynamic Properties. No other changes are necessary at the component 
implementation level.
   
   Changes include updates to REST Resource methods and models to indicate 
component support for sensitive dynamic properties, as well as the ability for 
a client to indicate names of dynamic properties that should be marked 
sensitive. The Property Descriptor REST Resource methods for components include 
an new optional `sensitive` query parameter to support subsequent user 
interface integration.
   
   New system tests include basic component creation and updating with 
sensitive dynamic property names and values. Component auditor changes ensure 
the Flow Configuration History masks sensitive dynamic property values.
   
   The flow persistence approach infers sensitive property value status based 
on whether the property value matches the standard encrypted pattern. This 
strategy avoids the need to introduce structural changes to the flow.xml.gz or 
flow.json.gz files.
   
   This implementation provides the basic capabilities, and adds the 
`SupportsSensitiveDynamicProperties` annotation to `InvokeHTTP` for the purpose 
of testing REST Resource methods. Subsequent pull requests will incorporate 
user interface and documentation updates.
   
   # Tracking
   
   Please complete the following tracking steps prior to pull request creation.
   
   ### Issue Tracking
   
   - [X] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue 
created
   
   ### Pull Request Tracking
   
   - [X] Pull Request title starts with Apache NiFi Jira issue number, such as 
`NIFI-00000`
   - [X] Pull Request commit message starts with Apache NiFi Jira issue number, 
as such `NIFI-00000`
   
   ### Pull Request Formatting
   
   - [X] Pull Request based on current revision of the `main` branch
   - [X] Pull Request refers to a feature branch with one commit containing 
changes
   
   # Verification
   
   Please indicate the verification steps performed prior to pull request 
creation.
   
   ### Build
   
   - [X] Build completed using `mvn clean install -P contrib-check`
     - [X] JDK 8
     - [ ] JDK 11
     - [ ] JDK 17
   
   ### Licensing
   
   - [ ] New dependencies are compatible with the [Apache License 
2.0](https://apache.org/licenses/LICENSE-2.0) according to the [License 
Policy](https://www.apache.org/legal/resolved.html)
   - [ ] New dependencies are documented in applicable `LICENSE` and `NOTICE` 
files
   
   ### Documentation
   
   - [ ] Documentation formatting appears as expected in rendered files
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to