Questions tagged [ibm-secrets-manager]

Questions regarding the IBM Cloud Secrets Manager. With Secrets Manager, you can create, lease, and centrally manage secrets that are used in IBM Cloud services or your custom-built applications. Secrets are stored in a dedicated Secrets Manager instance, built on open source HashiCorp Vault.

With the IBM Cloud Secrets Manager, you can create, lease, and centrally manage secrets that are used in IBM Cloud services or your custom-built applications. Secrets are stored in a dedicated Secrets Manager instance, built on open source HashiCorp Vault.

Documentation for the Secrets Manager:

9 questions
2
votes
1 answer

IBM Cloud: Tasks after migration of a certificate from Certificate Manager to Secrets Manager?

I have migrated a certificate from IBM Cloud Certificate Manager to Secrets Manager. Now I have the same certificate in both Certificate Manager and Secrets Manager. What should I do now to use the certificate from only Secrets Manager?
0
votes
1 answer

IBM Cloud Secrets Manager API - can I create multiple secret groups at once?

I am writing an Ansible play against the IBM Cloud Secrets Manager API. One of the tasks is to create secret groups. I pass to collection_total the length of the list, and in the resources value I provide the list, which contains the groups in the…
0
votes
1 answer

Unable to order certificate using shell script in IBM secrets Manager

I am getting the below message frequently while trying to execute the order public certificate api in shell script. [{"error_message":"api auth request for subject: 'iam-ServiceId-bd8a0d74-82a0-48a3-9315-d940e149931d' action:…
0
votes
1 answer

IBM Cloud Secrets Manager: Which Lets Encrypt environment to target?

We currently have a cert manager instance in IBM Cloud and have certificates ordered via Lets Encrypt and using the certs with our client to site vpn service . As the cert manager is getting deprecated in favour of secrets manager , we plan to…
0
votes
1 answer

How to delete an account created through ./acme-account-creation-tool

I have created an account as follows ./acme-account-creation-tool -e email -o my-letsencrypt -d letsencrypt-prod How can I delete the account created by above command?
Adya
  • 58
  • 5
0
votes
1 answer

How to include the environment variables for IBM CloudEngine create/update task via secret Manager (keyValue Secret value)

After successfully creating Secret Manager instance in IBMcloud. I have created a key-value secret in default secret-group, this secret contains the default set of environment variables which will be used for CodeEngine deployment. However, I am now…
0
votes
1 answer

No way to rotate username in a User Credentials secret

We have some username+password values stored in IBM secret manager, we need to rotate the username along with the password and the UI in IBM cloud-only allows you to rotate the password. Tried using the CLI (command below), but the docs only show…
Jack Mason
  • 63
  • 1
  • 2
  • 7
0
votes
1 answer

Can the acme-account-creation-tool be used as a module in my go project?

Instructions to run the tool involve downloading the repo. However, I would like to use it within my go project. I tried importing it according to the path github.ibm.com/acme-account in the go.mod file, however it does not match the path of the…
weimel
  • 1
0
votes
1 answer

IBM Cloud Secrets Manager: Unable to create an arbitrary secret

I am trying the following API request for IBM Cloud Secrets Manager, but it fails: curl -X POST "https://{instance_ID}.{region}.secrets-manager.appdomain.cloud/api/v1/secrets/arbitrary" -H "Authorization: Bearer $IAM_TOKEN" -H "Accept:…
Idan Adar
  • 44,156
  • 13
  • 50
  • 89