authmate: Add command to sign arbitrary data #467

Closed
opened 2024-08-20 11:27:33 +00:00 by dkirillov · 0 comments
Member

It would be nice to have ability to sing any data using aws credentials

Describe the solution you'd like

Add new command to authmate (e.g. sign) that can sign any data that was provided (using aws secret and access key)

Describe alternatives you've considered

Maybe it can be new method, something like https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html

Additional context

It can help form PostObject requests https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html without writing any code
See #456

## Is your feature request related to a problem? Please describe. It would be nice to have ability to sing any data using aws credentials ## Describe the solution you'd like Add new command to authmate (e.g. `sign`) that can sign any data that was provided (using aws secret and access key) ## Describe alternatives you've considered Maybe it can be new method, something like https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html ## Additional context It can help form PostObject requests https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html without writing any code See #456
dkirillov self-assigned this 2024-09-27 08:17:05 +00:00
alexvanin added this to the v0.31.0 milestone 2024-11-20 12:06:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#467
No description provided.