How to use AWS Signature in Rest Connector

Hello all,

I have been trying to request AWS APIs using the v4 signature in Camunda v8 Modeler Rest Connector.

The APIs are working perfectly in Postman because there is AWS Signature authorization type that is doing the hashing of signature.

But how can I do it in Camunda Modeler?

Salem

Hi Salem, I was facing the same problem.

On the Camunda’s Authentication type options I did not find any option for AWS Signature (as we have on Postman), so I changed the authentication type of my AWS API Gateway for api key instead. Hopefully you have already solved your problem.

Regards