π‘οΈ Google BigQuery Dataset is not encrypted with Customer-Managed Encryption Key (CMEK)π’
- Contextual name: π‘οΈ Dataset is not encrypted with Customer-Managed Encryption Key (CMEK)π’
- ID:
/ce/ca/google/big-query/dataset-cmek-encryption - Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logicβ
- π§ prod.logic.yamlπ’
Similar Policiesβ
- Cloud Conformity: Enable BigQuery Dataset Encryption with Customer-Managed Encryption Keys
Descriptionβ
Descriptionβ
BigQuery by default encrypts data at rest by employing
Envelope Encryptionusing Google managed cryptographic keys. The data is encrypted using thedata encryption keysand data encryption keys themselves are further encrypted usingkey encryption keys. This is seamless and does not require any additional input from the user. However, if you want greater control, customer-managed encryption keys (CMEK) can be used as an encryption key management solution for BigQuery datasets.Rationaleβ
BigQuery by default encrypts data at rest by employing
Envelope Encryptionusing Google managed cryptographic keys. This is seamless and does not require any additional input from the user.For greater control over encryption, customer-managed encryption keys (CMEK) can be used as an encryption key management solution for BigQuery datasets. Setting a default customer-managed encryption key (CMEK) for a dataset ensures any tables created in the future will use the specified CMEK if none other is provided.
Note: Google does not store your keys on its servers and cannot access your protected data unless you provide the key. This also means that if you forget or lose your key, there is no way for Google to recover the key or to recover any data encrypted with the lost key.
... see more
Remediationβ
Remediationβ
From Google Cloud CLIβ
The default CMEK for existing datasets can be updated by specifying the default key in the
EncryptionConfiguration.kmsKeyNamefield when calling thedatasets.insertordatasets.patchmethods.