This tag is for questions about Google Cloud KMS, a Google Cloud Platform service which allows developers to store and make use of encryption keys to secure data.
Questions tagged [google-cloud-kms]
230 questions
0
votes
1 answer
Is there a way to specify a name when creating a key in Google KMS via the Python client?
In the documentation here, you cannot specify a name for the key in the Python client (name is "Output only"). However, with the CLI tools you can specify the name of the key (KEY_NAME here) ala gcloud kms keys create KEY_NAME --location LOCATION…

Andrew
- 6,295
- 11
- 56
- 95
0
votes
2 answers
Error 404 in URL for encrypt with Google KMS
I'm following the tutorial to encrypt data with google cloud kms, but when I try to encryt give me 404 error. I seach in the code and noted that it has DEFAULT_ROOT_URL = https://cloudkms.googleapis.com/. but the root of the url do not appears in…

Edvan Souza
- 1,058
- 9
- 11
0
votes
1 answer
Google Cloud KMS server install
I want to deploy a node application on a google cloud compute engine micro instance from a source control repo.
As part of this deployment I want to use KMS to store database credentials rather than having them in my source control. To get the…

TommyBs
- 9,354
- 4
- 34
- 65
0
votes
1 answer
Google Cloud KMS: Unable to build client object
I'm using the following code in trainer application, which runs in Cloud ML engine:
credentials, project = google.auth.default(scopes=['https://www.googleapis.com/auth/cloudkms'])
kms_client = googleapiclient.discovery.build('cloudkms', 'v1',…

Fayaz Ahmed
- 953
- 1
- 9
- 23
-1
votes
1 answer
How to calculate cost in for GCS rewrite operation
I recently switched the key of a bucket from being managed by Google to being managed by the customer. However, the existing files in the bucket are still using the old key. To resolve this, I need to rewrite the files so that they can utilize the…

vignesh
- 1,414
- 5
- 19
- 38