[ceph-users] Re: RGW STS Token Forbidden error since upgrading to Quincy 17.2.6

2023-06-20 Thread Austin Axworthy
/test.txt HTTP/1.1" 403 0 - "Boto3/1.9.253 Python/3.8.10 Linux/5.4. Thanks, Austin -Original Message- From: Pritha Srivastava Sent: June 15, 2023 1:02 AM To: Austin Axworthy Cc: ceph-users@ceph.io Subject: [ceph-users] Re: RGW STS Token Forbidden error since upgrading to Qui

[ceph-users] Re: RGW STS Token Forbidden error since upgrading to Quincy 17.2.6

2023-06-14 Thread Pritha Srivastava
; To: Austin Axworthy > Cc: ceph-users@ceph.io > Subject: [ceph-users] Re: RGW STS Token Forbidden error since upgrading to > Quincy 17.2.6 > > Hi Austin, > > Can you try by adding the bucket arn to the Resource section of the > policy, like the following: > > "R

[ceph-users] Re: RGW STS Token Forbidden error since upgrading to Quincy 17.2.6

2023-06-14 Thread Austin Axworthy
Forbidden error since upgrading to Quincy 17.2.6 Hi Austin, Can you try by adding the bucket arn to the Resource section of the policy, like the following: "Resource": [ "arn:aws:s3:::bucket1", &

[ceph-users] Re: RGW STS Token Forbidden error since upgrading to Quincy 17.2.6

2023-06-14 Thread Pritha Srivastava
Hi Austin, Can you try by adding the bucket arn to the Resource section of the policy, like the following: "Resource": [ "arn:aws:s3:::bucket1", "arn:aws:s3:::bucket1/*", "arn:aw