markap14 commented on PR #6057:
URL: https://github.com/apache/nifi/pull/6057#issuecomment-1132957901
Thanks for the update @exceptionfactory. I think we've still got something
not quite right, though. I With the latest updated, I have an InvokeHTTP
processor with 2 sensitive dynamic properties. One is named "SecretHeader" with
a value of "SecretValue" and the other is "SecretParamHeader" with a value of
"#{SecretParam}". When I push to registry or download, we are now preserving
the "SecretParamHeader" property as we want. But now it's also exporting
"SecretHeader" = "SecretValue". So it didn't strip out the sensitive dynamic
property.
--
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]