Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add local signing to cloud storage signed urls #14597

Open
ahyerman opened this issue Jul 31, 2024 · 1 comment
Open

Add local signing to cloud storage signed urls #14597

ahyerman opened this issue Jul 31, 2024 · 1 comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ahyerman
Copy link

What component of google-cloud-cpp is this feature request for? GCS (i.e., something in google/cloud/storage)

Is your feature request related to a problem? Please describe. GCS CLI supports local signing where a private key can be passed as part of command but client libraries do not support this (from what I can tell, this is true for all libraries- java, c++, etc.)

gsutil: https://cloud.google.com/storage/docs/gsutil/commands/signurl#usage
gcloud: https://cloud.google.com/sdk/gcloud/reference/storage/sign-url

Describe the solution you'd like Support for local key usage and signing

Describe alternatives you've considered The only alternative now is to use CLI or write my own signing script.

@ahyerman ahyerman added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jul 31, 2024
@dbolduc
Copy link
Member

dbolduc commented Jul 31, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants