crosscloudci / crosscloudci

Integrating, testing, and deploying projects within the CNCF ecosystem. Results published daily to the CNCF CI Dashboard.
https://cncf.ci/#/
Apache License 2.0
84 stars 11 forks source link

[07-26-2018] IBM Cloud 400 Error when configuring Bluemix Accountv1 Service leaks the username token #63

Closed lixuna closed 6 years ago

lixuna commented 6 years ago

hot fix - disable IBM Cloud from cncf.ci

Errors from console log:

data.ibm_network_vlan.vlan_private: Refreshing state...
data.ibm_network_vlan.vlan_public: Refreshing state...
data.ibm_org.orgdata: Refreshing state...
data.ibm_account.accountData: Refreshing state...

Error: Error refreshing state: 1 error(s) occurred:

* data.ibm_account.accountData: 1 error(s) occurred:

* data.ibm_account.accountData: data.ibm_account.accountData: Error occured while configuring Bluemix Accountv1 Service: "Request failed with status code: 400, BXNIM0204E: User name '_SECRETREMOVED_', environment info: region 'us-south'"
hkantare commented 6 years ago

The account data in the IBM Cloud Provider for Terraform only exposes the following fields - id, role, state & email. Please let us know, if any of these can pose a threat. (ref: https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/data_source_ibm_account.go)

lixuna commented 6 years ago

Thank you, @hkantare