Member since
04-19-2018
7
Posts
1
Kudos Received
0
Solutions
08-03-2018
10:17 PM
Using Nifi 1.6 EncryptContent processor to try and decrypt a file and the error "encrypted message contains a signed message - not literal data" Processor settings attached The file can be decrypted on the command line with the following: gpg --batch --decrypt --passphrase "PASSWORD" --keyring /path/to/file/pubring.gpg --secret-keyring /path/to/file/secring.gpg foo.pgp
... View more
Labels:
04-19-2018
01:38 PM
I agree it would be nice to allow incoming upstream connections to ListSFTP. However in answer to the previous comment you can also set variables in a Process Group by right clicking on the canvas and selecting the variable option. It is dynamic and much better for my needs than setting in 'nifi.properties'
... View more