GitHub user kevdoran opened a pull request:
https://github.com/apache/nifi-registry/pull/51
NIFIREG-61 Add support for encrypted config files
Allows sensitive property values to be encrypted in the following
configuration files:
- nifi-registry.properties
- identity-providers.xml
- authorizers.xml
A decryption key can be configured in bootstrap.conf that allows decrypting
protected properties at runtime.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevdoran/nifi-registry NIFIREG-61
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-registry/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit 8c0cd912c19889e32f8962d20c450c109a8901f1
Author: Kevin Doran <[email protected]>
Date: 2017-12-05T19:44:24Z
NIFIREG-61 Add support for encrypted config files
Allows sensitive property values to be encrypted in the following
configuration files:
- nifi-registry.properties
- identity-providers.xml
- authorizers.xml
A decryption key can be configured in bootstrap.conf that allows
decrypting protected properties at runtime.
----
---