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 ability to sign URL from App Engine service account #607

Closed
dhermes opened this issue Feb 10, 2015 · 0 comments
Closed

Add ability to sign URL from App Engine service account #607

dhermes opened this issue Feb 10, 2015 · 0 comments
Assignees

Comments

@dhermes
Copy link
Contributor

dhermes commented Feb 10, 2015

Can use the App Identity API:

from google.appengine.api.app_identity import sign_blob
sign_blob(bytes_to_sign, deadline=deadline_seconds)
@dhermes dhermes added this to the Core Future milestone Feb 10, 2015
dhermes added a commit to dhermes/google-cloud-python that referenced this issue Jun 13, 2015
Also refactoring _get_signed_query_params and the related
tests so that the signing process and service account name
determination are isolated methods.

Fixes googleapis#607.
dhermes added a commit to dhermes/google-cloud-python that referenced this issue Jun 24, 2015
Also refactoring _get_signed_query_params and the related
tests so that the signing process and service account name
determination are isolated methods.

Fixes googleapis#607.
vchudnov-g pushed a commit that referenced this issue Sep 20, 2023
* feat: Added SuggestConversationSummary RPC
docs: updated go library package

PiperOrigin-RevId: 501862436

Source-Link: googleapis/googleapis@155e0f4

Source-Link: googleapis/googleapis-gen@3051f61
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzA1MWY2MTdhOTkxYzI3NGM4OGQyNzA2NGU4MDMwOTVlNGVmOWQzOSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant