Authentication steps not included for AWS authentication #1092
-
Hi! I am trying to use Infinity source for getting data from my custom service API hosted in AWS. I configure everything similar to instructions from here: [https://github.com//discussions/505] I verified with postman / curls that my API keys and endpoints are working as expected. However in Infinity I keep getting 403s with this message in query inspector: Does this mean that infinity is not sending AWS signature? or is it sending it wrongly formatted? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For anyone having this issues in future. It turns out that the 'service' part in authorisation settings for custom API like described in my question needs to be set to: 'execute-api' . This solved issues for me. |
Beta Was this translation helpful? Give feedback.
For anyone having this issues in future. It turns out that the 'service' part in authorisation settings for custom API like described in my question needs to be set to: 'execute-api' . This solved issues for me.