Skip to content

Commit

Permalink
fix: readme of de identification (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizSDCit authored Dec 15, 2021
1 parent 574add6 commit af0b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/de-identification-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This example illustrates how to use the [de-identification template](../../modul

## Prerequisites

1. The [De-identification template](../../modules/de-identification-template/README.md#requirements) submodule requirements to using the submodule.
1. A `crypto_key` and `wrapped_key` pair. Contact your Security Team to obtain the `crypto_key` and `wrapped_key` pair.
The `crypto_key` location must be the same location used for the `dlp_location`.
There is a [Wrapped Key Helper](../../helpers/wrapped-key/README.md) python script which generates a wrapped key.
1. An Existing GCP Project
1. The identity deploying the example must have permission to grant roles "roles/cloudkms.cryptoKeyDecrypter" and "roles/cloudkms.cryptoKeyEncrypter" in the KMS `crypto_key`. It will be granted to the `dataflow_service_account`.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Expand Down

0 comments on commit af0b7a7

Please sign in to comment.