-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can not provision IBM service with a service id #98
Comments
Seems the similar issue in terraform-provider-ibm IBM-Cloud/terraform-provider-ibm#591 |
I need to be able to use service IDs as well, and I am very interested in the resolution of this issue. Thanks! |
@vazirim |
No, just happened to be viewing the issues list and saw this. I will test it out. |
All you need is for your seed-secret to contain the api-key of the serviceId, and to give it proper access permissions in iam. |
@vazirim And I have manually checked my service id could provision service. |
The latest release does not address this issue. That is also the error that I see. I have been looking at the |
Fixed in v0.1.6 |
It works now. Thank you! |
I used a IBM cloud service id(Administrator role)'s apikey to provision a service by using cloud-operator the latest release, the error threw:
Request failed with status code: 400, BXNIM0106E: Validation of property 'response_type' with value '[uaa, cloud_iam]' failed. Valid values: 'cloud_iam, delegated_refresh_token'
I have verified that with the service id's api key, I can successfully provision service by using ibmcloud cli.
So does cloud-operator support service id?
The text was updated successfully, but these errors were encountered: