Skip to content

Storage: support signed URL on GAE and GCE #2142

@neozwu

Description

@neozwu

Today signed url requires a service account with a signer. GAE and GCE use their built-in service account, which cannot sign blob. Our current impl only retrieves signer from service account. Therefore, it is not working on GAE and GCE. GAE has appIdentity.signForApp API that can be used to sign blob. It seems there's ongoing work to support GCE to sign blob. We should make GAE ( and GCE once it's ready) blob signing available in client lib as well.

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions