Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBM Cloud Databases CLI Behavior Update #1387

Closed
svennam92 opened this issue Apr 28, 2020 · 2 comments · Fixed by #3441
Closed

IBM Cloud Databases CLI Behavior Update #1387

svennam92 opened this issue Apr 28, 2020 · 2 comments · Fixed by #3441
Assignees
Labels
service/Cloud Databases Issues related to Cloud Databases

Comments

@svennam92
Copy link
Contributor

From James Thorne (IBM):

There's a behaviour change in the ibmcloud CLI that I wanted to give your team a heads up on in case it impacts you.
The ibmcloud resource service-key-create command has been broken for ICD services -- they've been working with the CLI team on a fix but it's coming with a behaviour change -- the [ROLE] parameter must now not be passed when working with ICD and other non-IAM-enabled services.
So
ibmcloud resource service-key-create <key> Administrator --instance-name <name>
is now just
ibmcloud resource service-key-create <key> --instance-name <name>
Does Terraform use the CLI and does that cause any issues on your end? The associated Resource Controller API is unchanged, as is the UI; the change just affects the ibmcloud CLI.
For more context the ticket is here: https://github.ibm.com/Bluemix/bluemix-cli/issues/3006

@hkantare
Copy link
Collaborator

Yes we do have similar desgin flow as cli where the roles is required parameter..We need to make roles a optional parameter and migrate to v2 version of API's (we are using v1 version API's)

@hkantare
Copy link
Collaborator

@svennam92 We are using our own developed SDK which we are v1 version..Can we work with Resource controller team does they have any SDK developed ?

@kavya498 kavya498 added the service/Cloud Databases Issues related to Cloud Databases label Mar 30, 2021
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Dec 14, 2021
kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Cloud Databases Issues related to Cloud Databases
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants