简体   繁体   English

BigQuery 中有哪些安全功能?

[英]what are the security features in BigQuery?

I explored that BigQuery will take care of encrypting the data.我探索过 BigQuery 将负责加密数据。

I would like to know about what are the security features that we need to take care when we need to work with BigQuery?我想知道当我们需要使用 BigQuery 时需要注意哪些安全功能?

This is a general question as you do not specify what exactly you want to achieve.这是一个普遍的问题,因为您没有具体说明您想要实现的目标。 BigQuery have a few security mechanisms: BigQuery有一些安全机制:

In general all data in GCP is encrypted at rest, however you can also use Cloud KMS keys to encrypt it differently.通常, GCP中的所有数据都在 rest 加密,但是您也可以使用Cloud KMS 密钥对其进行不同的加密。

Cloud KMS keys used to protect your data in BigQuery are AES-256 keys.用于保护 BigQuery 中数据的 Cloud KMS 密钥是 AES-256 密钥。 These keys are used as key encryption keys in BigQuery, in that they encrypt the data encryption keys that encrypt your data.这些密钥在 BigQuery 中用作密钥加密密钥,因为它们会加密用于加密数据的数据加密密钥。

BigQuery also supports Cloud DLP which protects you from showing sensitive data. BigQuery还支持Cloud DLP ,可防止您显示敏感数据。

Cloud DLP is a fully managed service that lets Google Cloud customers identify and protect sensitive data at scale. Cloud DLP 是一项完全托管的服务,可让 Google Cloud 客户大规模识别和保护敏感数据。 Cloud DLP uses more than 100 predefined detectors to identify patterns, formats, and checksums. Cloud DLP 使用 100 多个预定义检测器来识别模式、格式和校验和。 Cloud DLP also provides a set of tools to de-identify your data including masking, tokenization, pseudonymization, date shifting, and more, all without replicating customer data. Cloud DLP 还提供了一组工具来对您的数据进行去标识化,包括屏蔽、标记化、假名化、日期转换等,所有这些都无需复制客户数据。

In BigQuery documentation, you have Securing BigQuery resources chapter with Predefined roles and permissions , Column-level security and few more.BigQuery文档中,您有保护 BigQuery 资源的章节,其中包含预定义的角色和权限Column-level security等等。 Depending on your needs you can choose how you want to secure it.根据您的需要,您可以选择如何保护它。

In addition, you can find also some guidelines in the internet like:此外,您还可以在 Internet 上找到一些指南,例如:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM