Using Customer-Managed Encryption Keys with Cloud Storage and Cloud KMS avis
Chargement...
Aucun résultat.

Mettez en pratique vos compétences dans la console Google Cloud

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

13267 avis

Brandon K. · Examiné il y a environ 3 ans

Jesus O. · Examiné il y a environ 3 ans

ananth v. · Examiné il y a environ 3 ans

Alejandro B. · Examiné il y a environ 3 ans

Unmesh T. · Examiné il y a environ 3 ans

Ankit S. · Examiné il y a environ 3 ans

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. · Examiné il y a environ 3 ans

Nurhidayah B. · Examiné il y a environ 3 ans

Matheus L. · Examiné il y a plus de 3 ans

Alex J. · Examiné il y a plus de 3 ans

Charles E. · Examiné il y a plus de 3 ans

Mariusz K. · Examiné il y a plus de 3 ans

Vikas D. · Examiné il y a plus de 3 ans

Swapnil K. · Examiné il y a plus de 3 ans

Shishir J. · Examiné il y a plus de 3 ans

Ronald C. · Examiné il y a plus de 3 ans

Omar H. · Examiné il y a plus de 3 ans

Valeria L. · Examiné il y a plus de 3 ans

Yong Leong C. · Examiné il y a plus de 3 ans

Muthukumar M. · Examiné il y a plus de 3 ans

Elrayan M. · Examiné il y a plus de 3 ans

Jih S. · Examiné il y a plus de 3 ans

Martin N. · Examiné il y a plus de 3 ans

Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.