You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains samples for Google Cloud Key Management Service. The `Cloud Key Management Service`_ allows you to create, import, and manage cryptographic keys and perform cryptographic operations in a single centralized cloud service.
#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.
33
33
@@ -57,7 +57,7 @@ Verify attestations and certificate chains for keys generated by Cloud HSM
Copy file name to clipboardExpand all lines: kms/snippets/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Samples, quickstarts, and other documentation are available at <a href="https://
13
13
This quickstart shows you how to create and use encryption keys with Cloud Key Management Service.
14
14
15
15
16
-
<ahref="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/python-kms&page=editor&open_in_editor=quickstart.py"><imgalt="Open in Cloud Shell"src="http://gstatic.com/cloudssh/images/open-btn.png">
16
+
<ahref="https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=kms/snippets/quickstart.py"><imgalt="Open in Cloud Shell"src="http://gstatic.com/cloudssh/images/open-btn.png">
17
17
</a>
18
18
19
19
To run this sample:
@@ -38,7 +38,7 @@ More information about the Cloud KMS quickstart is available at https://cloud.go
38
38
39
39
These samples use the [Google Cloud Client Library for Python][client_library_python].
40
40
You can read the documentation for more details on API usage and use GitHub
41
-
to <ahref="https://github.com/googleapis/python-kms">browse the source</a> and [report issues][issues].
41
+
to <ahref="https://github.com/GoogleCloudPlatform/python-docs-samples/kms/snippets">browse the source</a> and [report issues][issues].
42
42
43
43
### Contributing
44
44
View the [contributing guidelines][contrib_guide], the [Python style guide][py_style] for more information.
0 commit comments