简体   繁体   English

IBM App ID:在供应期间配置自定义加密的参数是什么?

[英]IBM App ID: What are the parameters to configure custom encryption during provisioning?

I know how to create an App ID instance using the IBM Cloud browser UI , or via CLI and even utilizing Terraform .我知道如何使用 IBM Cloud 浏览器 UI或通过 CLI 甚至使用 Terraform创建 App ID 实例。 But what are the parameters for Terraform (and the Resource Controller API ) to specify that a root key from my Key Protect instance should be used for encryption?但是 Terraform (和资源 Controller API )的参数是什么来指定应该使用来自我的 Key Protect 实例的根密钥进行加密?

It seems that a parameter for the KMS instance and one for the root key are required.似乎需要一个用于 KMS 实例的参数和一个用于根密钥的参数。 But what's their name?但他们叫什么名字?

具有自定义加密的 App ID

I created an App ID instance with custom encryption in the browser UI, then retrieved the details using the CLI with --output JSON :我在浏览器 UI 中创建了一个具有自定义加密的 App ID 实例,然后使用带有--output JSON的 CLI 检索了详细信息:

元数据中的参数

The above parameters indicate the required parameters to be passed on the CLI / API / Terraform.以上参数表示需要在CLI/API/Terraform上传递的参数。

  • kms_info: a JSON object with the KMS (Key Protect or Hyper Protect Crypto Services) ID and an url field. kms_info:JSON object,带有 KMS(密钥保护或 Hyper Protect Crypto Services)ID 和 url 字段。
  • tek_id: The actual CRN for the crypto key. tek_id:加密密钥的实际 CRN。

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

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