Como usar chaves de criptografia gerenciadas pelo cliente com o Cloud Storage e o Cloud KMS avaliações

13753 avaliações

Atul J. · Revisado há over 3 years

Matthew C. · Revisado há over 3 years

Rajesh N. · Revisado há over 3 years

Eddie B. · Revisado há over 3 years

Stephane H. · Revisado há over 3 years

Benoit B. · Revisado há over 3 years

julien T. · Revisado há over 3 years

Maria N. · Revisado há over 3 years

Another great hands on practice!

Majed A. · Revisado há over 3 years

Justin C. · Revisado há over 3 years

Reinhard S. · Revisado há over 3 years

Benson G. · Revisado há over 3 years

Brandon K. · Revisado há over 3 years

Jesus O. · Revisado há over 3 years

ananth v. · Revisado há over 3 years

Alejandro B. · Revisado há over 3 years

Unmesh T. · Revisado há over 3 years

Ankit S. · Revisado há over 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. · Revisado há over 3 years

Nurhidayah B. · Revisado há over 3 years

Matheus L. · Revisado há over 3 years

Alex J. · Revisado há over 3 years

Charles E. · Revisado há over 3 years

Não garantimos que as avaliações publicadas sejam de consumidores que compraram ou usaram os produtos. As avaliações não são verificadas pelo Google.