简体   繁体   English

gcp 的 java kms 客户端是否支持创建“外部”密钥?

[英]Does gcp's java kms client supports creating "EXTERNAL" keys?

could not find any official example in https://cloud.google.com/kms/docs/samples , on how to create an EXTERNAL key using gcp's java kms client.https://cloud.google.com/kms/docs/samples中找不到关于如何使用 gcp 的 java kms 客户端创建外部密钥的任何官方示例。

External keys can't be created with the JAVA KMS client library.无法使用 JAVA KMS 客户端库创建外部密钥。 Client libraries are used for calling google cloud API's.客户端库用于调用谷歌云 API。

To create external keys check the following documentation .要创建外部密钥,请查看以下文档

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

相关问题 在 GCP 中创建带分区的外部表 - Creating An external Table With Partitions in GCP 使用 KMS 密钥在 Terraform 中为 GCP 创建虚拟机时出错(创建实例时出错:googleapi:错误 503) - Error creating a VM in Terraform for GCP with KMS key (Error creating instance: googleapi: Error 503) 授予在 GCP 中使用特定 KMS 密钥的权限 - Grant permission to use specific KMS key in GCP GCP PubSub java 客户端的发布者 - 并发不起作用多线程环境 - GCP PubSub java client's Publisher - concurrency not working Multi threaded environement 强制在 KMS 中使用 EKM(外部管理密钥)的 GCP 政策 - GCP policy to enforce to use EKM (externally managed key) in KMS GCP 负载均衡器不会将它自己的 ip 重定向到域 - GCP load balancer does not redirect it's own ip to domain GCP 顶点 AI 功能存储 Java 客户端 - 在此服务器上未找到 ReadFeatureValues - GCP vertex AI feature store Java client - ReadFeatureValues was not found on this server 无法将 API 密钥与 GCP 的 python 发现客户端一起使用 - Unable to use API key with GCP's python discovery client 当 SSL 卸载到 GCP Cloud KMS 时,如何在 NGINX 中进行解密? - How decryption is done in NGINX when SSL offloaded to GCP Cloud KMS? 使用 BYOK 解决方案使用 GCP_KMS 管理密钥轮换 - Managing key rotations with GCP_KMS with BYOK solution
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM