FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: allow signed post policy v4 with service account and token by cojenco · Pull Request #1356 · googleapis/python-storage · GitHub

This repository was archived by the owner on Mar 31, 2026. It is now read-only.
/ python-storage Public archive

fix: allow signed post policy v4 with service account and token - #1356

Merged
cojenco merged 2 commits into
googleapis:mainfrom
cojenco:sign1351
Oct 4, 2024
Merged

fix: allow signed post policy v4 with service account and token#1356
cojenco merged 2 commits into
googleapis:mainfrom
cojenco:sign1351

Conversation

cojenco commented Oct 1, 2024

Copy link
Copy Markdown
Contributor

Allow client.generate_signed_post_policy_v4() to use a service account email and access token.
If service_account_email and access_token is passed in, bypass the signed credentials check.

Note that we are working with partner teams on revamping the signed urls methods and may supersede this change

Fixes #1351 🦕

product-auto-label Bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/python-storage API. labels Oct 1, 2024
cojenco marked this pull request as ready for review October 1, 2024 22:26
cojenco requested review from a team October 1, 2024 22:26
cojenco added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 4, 2024
gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 4, 2024
cojenco merged commit 8ec02c0 into googleapis:main Oct 4, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: storage Issues related to the googleapis/python-storage API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

generate_signed_post_policy_v4() should not call ensure_signed_credentials() when service_account_email and access_token are specified

2 participants


Back | FazBrowse Home | New Git URL