Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fixup sample for list_hmac_keys #2404

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

Merged
merged 3 commits into from
Sep 17, 2019
Merged

Fixup sample for list_hmac_keys #2404

merged 3 commits into from
Sep 17, 2019

Conversation

tritone
Copy link
Contributor

@tritone tritone commented Sep 17, 2019

Fix data printed to match canonical sample.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 17, 2019
@tritone tritone assigned tritone and unassigned frankyn and jkwlui Sep 17, 2019
@tritone tritone requested review from frankyn and jkwlui September 17, 2019 03:30
@@ -29,14 +29,9 @@ def list_keys(project_id):
hmac_keys = storage_client.list_hmac_keys(project_id=project_id)
print('HMAC Keys:')
for hmac_key in hmac_keys:
print('The HMAC key metadata is:')
print('Key ID: {}'.format(hmac_key.id))
print('Service Account Email: {}'.format(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Email is missing from the other samples. I missed that metadata field in Ruby and saw it was missing here as well. Only additional ask I have.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added to the other samples. Let me know if you see anything else!

@tritone tritone merged commit d884b61 into master Sep 17, 2019
@tritone tritone deleted the hmac-key-fixup branch September 17, 2019 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.