Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS Reviews
Loading...
No results found.

Apply your skills in Google Cloud console

Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS Reviews

13267 reviews

Brandon K. · Reviewed yaklaşık 3 yıl ago

Jesus O. · Reviewed yaklaşık 3 yıl ago

ananth v. · Reviewed yaklaşık 3 yıl ago

Alejandro B. · Reviewed yaklaşık 3 yıl ago

Unmesh T. · Reviewed yaklaşık 3 yıl ago

Ankit S. · Reviewed yaklaşık 3 yıl 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 yaklaşık 3 yıl ago

Nurhidayah B. · Reviewed yaklaşık 3 yıl ago

Matheus L. · Reviewed yaklaşık 3 yıl ago

Alex J. · Reviewed yaklaşık 3 yıl ago

Charles E. · Reviewed yaklaşık 3 yıl ago

Mariusz K. · Reviewed 3 yıldan fazla ago

Vikas D. · Reviewed 3 yıldan fazla ago

Swapnil K. · Reviewed 3 yıldan fazla ago

Shishir J. · Reviewed 3 yıldan fazla ago

Ronald C. · Reviewed 3 yıldan fazla ago

Omar H. · Reviewed 3 yıldan fazla ago

Valeria L. · Reviewed 3 yıldan fazla ago

Yong Leong C. · Reviewed 3 yıldan fazla ago

Muthukumar M. · Reviewed 3 yıldan fazla ago

Elrayan M. · Reviewed 3 yıldan fazla ago

Jih S. · Reviewed 3 yıldan fazla ago

Martin N. · Reviewed 3 yıldan fazla ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.