A processor to encrypt files with Microsoft Azure Rights Management (RMS) encryption.
The processor accepts any file and encrypts it. Office documents keep their original extension, and other file formats are encrypted as a pfile with a .pfile
extension.
Name | Default Value | Description |
---|---|---|
IDOL License Service | An IdolLicenseService that provides a way to communicate with an IDOL License Server. | |
Proxy Configuration Service | A ProxyConfigurationService that specifies the details of the proxy server to use to reach Microsoft Azure. | |
OAuth Database Service | A DatabaseService to specify the database in which to store information required for OAuth authentication. If you want to distribute processing across several NiFi instances, you must use an external database to store this data. If you use only a single NiFi instance, this property is not required. | |
RMS Client ID | The client ID to use for encrypting files (Azure application ID). | |
RMS User Name | The user name to use for encrypting files. | |
RMS Password | The password to use for encrypting files. | |
RMS Template | The name of the template to use for encrypting files. If you do not set this property the processor uses the first template it finds. |
Name | Description |
---|---|
failure | FlowFiles that were not processed successfully. |
success | FlowFiles containing files that were successfully encrypted. |
|