martinzink commented on code in PR #2225:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2225#discussion_r4037119010
##########
CONTROLLERS.md:
##########
@@ -245,6 +247,39 @@ In the list below, the names of required properties appear
in bold. Any other pr
| **File** | | | Path to a
file to store state
|
+## PGPPrivateKeyService
+
+### Description
+
+PGP Private Key Service provides Private Keys loaded from files or properties
+
+### Properties
+
+In the list below, the names of required properties appear in bold. Any other
properties (not in bold) are considered optional. The table also indicates any
default values, and whether a property supports the NiFi Expression Language.
+
+| Name | Default Value | Allowable Values | Description
|
+|----------------|---------------|------------------|---------------------------------------------------------------------------------------------------------|
+| Key File | | | File path to PGP Secret
Key encoded in binary or ASCII Armor<br/>**Supports Expression Language: true**
|
Review Comment:
no this is a file path only
--
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]