Member since
10-05-2016
1
Post
0
Kudos Received
0
Solutions
10-05-2016
02:53 PM
What is the recommended way to handle multiple environments with Nifi, without editing the UI? Specifically, how can I manage differing controller and processor credentials between environments? For instance, if I have a DBCP controller service that connects to a DEV database in a DEV environment, how can I adjust the credentials so that the Nifi instance connects to a QA database in a QA environment without manually altering the values from within the Nifi UI itself.
I am aware that I can move the flowfile between different instances of nifi, provided the security properties remain the same between environments
Within the flowfile.xml file itself, I can see where sensitive values are stored as base64 encoded strings. Using the default security properties, is there a way to decrypt them and/or re-encode new credentials?
... View more
Labels:
- Labels:
-
Apache NiFi