Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS Rezensionen
13267 Rezensionen
Brandon K. · Vor etwa 3 Jahre überprüft
Jesus O. · Vor etwa 3 Jahre überprüft
ananth v. · Vor etwa 3 Jahre überprüft
Alejandro B. · Vor etwa 3 Jahre überprüft
Unmesh T. · Vor etwa 3 Jahre überprüft
Ankit S. · Vor etwa 3 Jahre überprüft
there were two syntax issues in the instructions 1) Set the default key for a bucket wrong syntax: gsutil kms encryption -k \ projects/$DEVSHELL_PROJECT_ID/locations/us/keyRings\ /$KEYRIN correct syntax: gsutil kms encryption -k projects/$DEVSHELL_PROJECT_ID/locations/us/keyRings/$KEYRING_NAME/cryptoKeys/$CRYPTOKEY_1_NAME gs://$DEVSHELL_PROJECT_ID-kms 2) Bonus: Encrypt data with the REST API Step 8 command wrong syntax: curl -v \ "https://cloudkms.googleapis.com/v1/projects/$DEVSHELL_PROJECT_ID/locations/us/keyRings/$KEYRING_NAME/cryptoKeys/$CRYPTOKEY_1_NAME:decrypt" \ -d "{\"ciphertext\":\"$(cat data1.encrypted)\"}" \ -H "Authorization:Be Correct syntax: curl -v \ "https://cloudkms.googleapis.com/v1/projects/$DEVSHELL_PROJECT_ID/locations/us/keyRings/$KEYRING_NAME/cryptoKeys/$CRYPTOKEY_1_NAME:decrypt" \ -d "{\"ciphertext\":\"$(cat data1.encrypted)\"}" \ -H "Authorization:Bearer $(gcloud auth application-default \ print-access-token)" \ -H "Content-Type: application/json" \ | jq .plaintext -r > data1.decrypted
Ananth K. · Vor etwa 3 Jahre überprüft
Nurhidayah B. · Vor etwa 3 Jahre überprüft
Matheus L. · Vor etwa 3 Jahre überprüft
Alex J. · Vor mehr als 3 Jahre überprüft
Charles E. · Vor mehr als 3 Jahre überprüft
Mariusz K. · Vor mehr als 3 Jahre überprüft
Vikas D. · Vor mehr als 3 Jahre überprüft
Swapnil K. · Vor mehr als 3 Jahre überprüft
Shishir J. · Vor mehr als 3 Jahre überprüft
Ronald C. · Vor mehr als 3 Jahre überprüft
Omar H. · Vor mehr als 3 Jahre überprüft
Valeria L. · Vor mehr als 3 Jahre überprüft
Yong Leong C. · Vor mehr als 3 Jahre überprüft
Muthukumar M. · Vor mehr als 3 Jahre überprüft
Elrayan M. · Vor mehr als 3 Jahre überprüft
Jih S. · Vor mehr als 3 Jahre überprüft
Martin N. · Vor mehr als 3 Jahre überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.