-
Notifications
You must be signed in to change notification settings - Fork 119
auth: Signing and Signed URL #3645
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.authIssues related to the auth libraryIssues related to the auth librarytype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Milestone
Description
To support generating signed URL for GCS, we need to implement support for calling IAM signing endpoints via some supported Credential types in the Rust SDK.
Some ideas:
- Have a given
Credentialsbuilder provide aSignertrait (viabuild_signer()method) that can later be used on abucket.signed_url(object_name, signer)method in GCS.
https://docs.cloud.google.com/storage/docs/access-control/signed-urls
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.authIssues related to the auth libraryIssues related to the auth librarytype: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.