Assigned
Status Update
Comments
sm...@google.com <sm...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
No update yet.
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
Description
What you expected to happen: have support for SHA-256 to encrypt Cloud PD
Other information (workarounds you have tried, documentation consulted, etc):
- The encryption currently supported is SHA-1
- Wrapping the key using SHA-256 for padding, the creation of the encrypted disk fails with the error:
"The encryption key provided for the disk was encrypted with a public key that is either out of date or is otherwise invalid."
- Gcloud public documentation includes code to generate SHA-256 encryption keys, but is not possible to encrypt PD with those keys [1]
[1]