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

2019-05-20 Thread Pritha Srivastava
Hello Yuan, While creating the role, can you try setting the Principal to the user you want the role to be assumed by, and the Action to - sts:AssumeRole, like below: policy_document =

[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 =