-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
I received a notification from GCP alerting that SignBlob and SignJwt will be decommissioned and this library still using it. Here's a document describing the migration:
https://cloud.google.com/iam/docs/migrating-to-credentials-api
Here's code in this library that uses the deprecated api:
python-storage/google/cloud/storage/_signing.py
Lines 663 to 664 in 62d1543
| url = "https://iam.googleapis.com/v1/projects/-/serviceAccounts/{}:signBlob?alt=json".format( | |
| service_account_email |
Describe the solution you'd like
The migration document describes the changes necessary.
jacobg
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.