-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently generating and using a kms_request_t has some AWS specific logic. Constructing with kms_request_new automatically adds an X-Amz-Date header. And there is no way to obtain an HTTP request without the AWS signature.
Goal: Make kms_request_t general enough to send non-AWS specific HTTP requests. This will to make it usable for Azure auth and the REST API.