markap14 commented on PR #6057: URL: https://github.com/apache/nifi/pull/6057#issuecomment-1132147795
@exceptionfactory I created an InvokeHTTP processor and set a breakpoint so that I could update the DTO to indicate that my newly added property was sensitive. This worked well! But then I copied & pasted the processor and I found that the newly created Processor had the property value but didn't have the property marked as sensitive. Looks like there needs to be an update to DtoFactory.copy(ProcessorConfigDTO), .copy(ControllerServiceDTO) and .copy(ReportingTaskDTO) to ensure that any copies of the components have the sensitive property names copied as well. -- 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]
