Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS Reviews
13267 reviews
Brandon K. · Reviewed בערך 3 שנים ago
Jesus O. · Reviewed בערך 3 שנים ago
ananth v. · Reviewed בערך 3 שנים ago
Alejandro B. · Reviewed בערך 3 שנים ago
Unmesh T. · Reviewed בערך 3 שנים ago
Ankit S. · Reviewed בערך 3 שנים ago
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. · Reviewed בערך 3 שנים ago
Nurhidayah B. · Reviewed בערך 3 שנים ago
Matheus L. · Reviewed בערך 3 שנים ago
Alex J. · Reviewed מעל 3 שנים ago
Charles E. · Reviewed מעל 3 שנים ago
Mariusz K. · Reviewed מעל 3 שנים ago
Vikas D. · Reviewed מעל 3 שנים ago
Swapnil K. · Reviewed מעל 3 שנים ago
Shishir J. · Reviewed מעל 3 שנים ago
Ronald C. · Reviewed מעל 3 שנים ago
Omar H. · Reviewed מעל 3 שנים ago
Valeria L. · Reviewed מעל 3 שנים ago
Yong Leong C. · Reviewed מעל 3 שנים ago
Muthukumar M. · Reviewed מעל 3 שנים ago
Elrayan M. · Reviewed מעל 3 שנים ago
Jih S. · Reviewed מעל 3 שנים ago
Martin N. · Reviewed מעל 3 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.