emiliosetiadarma commented on a change in pull request #5242: URL: https://github.com/apache/nifi/pull/5242#discussion_r681104735
########## File path: nifi-docs/src/main/asciidoc/toolkit-guide.adoc ########## @@ -524,6 +524,19 @@ This protection scheme uses AWS Key Management Service (https://aws.amazon.com/k |`aws.secret.access.key`|The secret access key used to access AWS KMS.|_none_ |=== +==== GCP_KMS +This protection scheme uses GCP Key Management Service (https://cloud.google.com/security-key-management) for encryption and decryption. GCP KMS configuration properties are to be stored in the `bootstrap-gcp.conf` file, as referenced in the `bootstrap.conf` of NiFi or NiFi Registry. Credentials must be configured as per the following link: https://cloud.google.com/kms/docs/reference/libraries + +===== Required properties +[options="header,footer"] +|=== +|Property Name|Description|Default +|`gcp.kms.project`|The project containing the key that the GCP KMS client uses for encryption and decryption.|_none_ +|`gcp.kms.location`|The location of the project containing the key that the GCP KMS client uses for encryption and decryption.|_none_ Review comment: Making the changes -- 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]
