Re: [ceph-users] assume_role() :http_code 400 error

2019-05-27 Thread Yuan Minghui
The log file says: invalid secret key. The key I put is ‘tom’s  accessKey and secret_Key’. And I am sure that the ‘tom’s key’ is correct. 发件人: Yuan Minghui 日期: 2019年5月28日 星期二 上午11:35 收件人: Pritha Srivastava 抄送: "ceph-users@lists.ceph.com" 主题: [ceph-users] assume_role() :htt

[ceph-users] assume_role() :http_code 400 error

2019-05-27 Thread Yuan Minghui
Hello Pritha:    I reinstall the latest ceph version 14.2.1. and when I use ‘assume_role()’ there are something wrong about http_code = 400. Do you know the reasons? Thanks a lot. yuan ___ ceph-users mailing list ceph-users@lists.ceph.com

[ceph-users] Is there some changes in ceph instructions in latest version(14.2.1)?

2019-05-24 Thread Yuan Minghui
Hello :    When I try to install the latest version ceph-14.2.1. When I try to create a ‘mon’, there is something wrong ? What should I do now? Thanks kyle ___ ceph-users mailing list ceph-users@lists.ceph.com

Re: [ceph-users] assume_role() :http_code 405 error

2019-05-22 Thread Yuan Minghui
HELLO :  The version I am using is ceph luminous 12.2.4 ,and what types of ceph can support AssumeRole or STS? Thanks a lot. kyle 发件人: Pritha Srivastava 日期: 2019年5月23日 星期四 上午11:49 收件人: Yuan Minghui 抄送: "ceph-users@lists.ceph.com" 主题: Re: [ceph-users] assume_role() :htt

[ceph-users] assume_role() :http_code 405 error

2019-05-22 Thread Yuan Minghui
Hello :    When I try to make a secure-temp-sesstion(STS), I try the following actions: s3 = session.client('sts',     aws_access_key_id=tomAccessKey,     aws_secret_access_key=tomSecretKey,     endpoint_url=host     ) 

[ceph-users] Could someone can help me to solve this problem about ceph-STS(secure token session)

2019-05-20 Thread Yuan Minghui
Hello everyone: When I use the method :” assume_role”, like this: sts_client = boto3.client('sts', aws_access_key_id=access_key, aws_secret_access_key=secret_key, endpoint_url=host, ) response =