You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-users
Hi there, I am trying to intercept HTTP traffic between s3 client (aws cli) and aws s3 and execute some conditional path re-write. I have tried following configuration and it works when I hit the proxy directly like this:
But when I try to use it with aws cli it gives me this error:
aws s3 --endpoint-url http://127.0.0.1:10000 ls
An error occurred (AuthorizationHeaderMalformed) when calling the ListBuckets operation: The authorization header is malformed; the authorization header requires three components: Credential, SignedHeaders, and Signature.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envoy-users
Did you ever manage to solve this issue? I am facing the same issue when I use the awscliv2 or if I use one of their sdk clients to call s3. It works fine with curl.