Questions tagged [key-protect]

For help with IBM Cloud's Key-Protect service

9 questions
2
votes
1 answer

How to provide credentials for calling Key Protect service within Bluemix application?

To call the Key Protect service API, you need to provide Authorization, Bluemix-space and Bluemix-org headers. The Authorization header contains a Bluemix access token. Such tokens can be obtained by calling cf oauth-token command (see How to get…
1
vote
1 answer

How to Manage IBM Cloud Key-Protect Instance from CLI when Private Network Only Policy is Applied?

In doing some testing of the IBM Cloud Security and Compliance items, specifically the CIS Benchmarks for Best Practices, one item I was non-compliant on was in Cloud Key protect for the Goal "Check whether Key Protect is accessible only by using…
Griffter
  • 33
  • 4
1
vote
1 answer

How to load a key into IBM KeyProtect using Terraform

I would like to use the IBM Terraform provider to provision a KeyProtect instance containing a standard key. Getting a KeyProtect instance is easy: Use a service instance of type kms. Does Terraform offer a way of inserting a specified key in the…
0
votes
1 answer

Cannot native compile project with library that depends on okhttp

I'm currently unable to native compile one of my projects. Below you can find the related information, error and library. Can this error be fixed on my side or it can only be fixed on library side? If that's the case, which change should be…
gian1200
  • 3,670
  • 2
  • 30
  • 59
0
votes
1 answer

IBM Cloud and Terraform: How to identify keyring in ibm_iam_authorization_policy?

I am using Terraform with IBM Cloud and wanted to create a service to service authorization with ibm_iam_authorization_policy. I know how to create the policy between cloud-object-storage and kms in general. But how do I scope it to a specific key…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
2 answers

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. But what are the parameters for Terraform (and the Resource Controller API) to specify that a root key from my Key Protect instance…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

Generate key and CSR in IBM Cloud

For a custom application on IBM Cloud, I need to be able to generate private key and CSR in IBM Cloud. Is there a service in IBM Cloud which would allow me to generate a private key & CSR in service itself? I checked the certificate manager & key…
0
votes
0 answers

Not able to generate key in IBM Bluemix key Protect

I am playing around with IBM Bluemix Key Protect, Created the service but I am not able to generate the key.
Ujjwal Khatri
  • 716
  • 1
  • 6
  • 19
-1
votes
1 answer

IBM Cloud: "Unauthorized" error when importing key into Key Protect using Terraform

I am using Key Protect on IBM Cloud. I want to import an existing root key into my Key Protect instance using Terraform. I am following the documentation for ibm_kms_key: data "ibm_resource_instance" "kms_instance" { name =…
data_henrik
  • 16,724
  • 2
  • 28
  • 49