I want to plug a Quarkus Rest Client on an AWS REST API Gateway which requires authenticating requests using AWS Signature.
How to integrate Quarkus Rest Client (@RegisterRestClient
) with AWS Signature v4 authentication?
As far as I understand, it boils down to compute a signature using AWS SDK and add some HTTP Headers to client requests.