关于“Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS”的评价
13267 条评价
Brandon K. · 已于 about 3 years前审核
Jesus O. · 已于 about 3 years前审核
ananth v. · 已于 about 3 years前审核
Alejandro B. · 已于 about 3 years前审核
Unmesh T. · 已于 about 3 years前审核
Ankit S. · 已于 about 3 years前审核
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. · 已于 about 3 years前审核
Nurhidayah B. · 已于 about 3 years前审核
Matheus L. · 已于 about 3 years前审核
Alex J. · 已于 about 3 years前审核
Charles E. · 已于 about 3 years前审核
Mariusz K. · 已于 over 3 years前审核
Vikas D. · 已于 over 3 years前审核
Swapnil K. · 已于 over 3 years前审核
Shishir J. · 已于 over 3 years前审核
Ronald C. · 已于 over 3 years前审核
Omar H. · 已于 over 3 years前审核
Valeria L. · 已于 over 3 years前审核
Yong Leong C. · 已于 over 3 years前审核
Muthukumar M. · 已于 over 3 years前审核
Elrayan M. · 已于 over 3 years前审核
Jih S. · 已于 over 3 years前审核
Martin N. · 已于 over 3 years前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。