我尝试使用SL帐户和我的IBMid登录Softlayer门户网站(http://control.softlayer.com/),两者都运行良好。 但是当我使用SLcli(softlayer-python)尝试这些帐户时,它会返回"提供的无效登录凭据"。
有人遇到过这个问题吗?
steve@k8s-1:~$ slcli -v config setup
Username [xxxxx]:
API Key or Password [xxxxxx]:
..............
Starting new HTTPS connection (1): api.softlayer.com
https://api.softlayer.com:443 "POST /xmlrpc/v3.1//SoftLayer_User_Customer HTTP/1.1" 200 236
=== RESPONSE ===
{'Content-Length': '236', 'Content-Encoding': 'gzip', 'Vary': 'Accept-Encoding', 'Server': 'Apache', 'Connection': 'close', 'ntCoent-Length': '420', 'Cache-Control': 'private', 'Date': 'Thu, 24 Nov 2016 06:07:03 GMT', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Type': 'text/xml'}
.......
SoftLayerAPIError(SoftLayer_Exception_User_Customer_LoginFailed): Invalid login credentials provided.
答案 0 :(得分:1)
答案 1 :(得分:1)
这是Python客户端的一个问题,我报告了这个问题:
https://github.com/softlayer/softlayer-python/issues/783
作为一种解决方法,您可以在Python客户端中使用控制门户中显示的用户名和APIKey: