Azure / azure-storage-blob-go

Microsoft Azure Blob Storage Library for Go
MIT License
157 stars 102 forks source link

Redact CPK headers in log. #331

Open mkrautz opened 1 year ago

mkrautz commented 1 year ago

This ensures that CPK-related headers (x-ms-encryption-key, x-ms-encryption-key-sha256) are redacted in log output, ensuring that key material doesn't leak.

mkrautz commented 1 year ago

This is part of a change in azcopy that ensures CPK headers are redacted in log output: https://github.com/Azure/azure-storage-azcopy/pull/2080