Azure / azure-cosmos-table-dotnet

.NET SDK for Azure Cosmos Table API
14 stars 6 forks source link

Azure Table API - client side encryption with EncryptionPolicy and EncryptionResolver? #30

Open LowCarbonGuy opened 4 years ago

LowCarbonGuy commented 4 years ago

** SDK version v1.0.x

Will Microsoft.Azure.Cosmos.Table have support for client side encryption, or the equivalence of EncryptionPolicy and EncryptionResolver in the old WindowsAzure.Storage nuget package?

https://docs.microsoft.com/en-us/azure/storage/common/storage-client-side-encryption#table-service-encryption

The old Azure Storage SDK API documentation seems to have been removed from https://docs.microsoft.com/en-us/dotnet/api/ , but the documentation can still be found in the following sites:

// TableEncryptionPolicy on docs.azure.cn: https://docs.azure.cn/en-us/dotnet/api/microsoft.windowsazure.storage.table.tablerequestoptions.encryptionpolicy?view=azure-dotnet#Microsoft_WindowsAzure_Storage_Table_TableRequestOptions_EncryptionPolicy

// TableRequestOptions.EncryptionResolveron docs.azure.cn: https://docs.azure.cn/en-us/dotnet/api/microsoft.windowsazure.storage.table.tablerequestoptions.encryptionresolver?view=azure-dotnet#Microsoft_WindowsAzure_Storage_Table_TableRequestOptions_EncryptionResolver

// TableEncryptionPolicy in the Azure Storage Java SDK https://docs.microsoft.com/en-us/java/api/com.microsoft.azure.storage.table.tablerequestoptions.getencryptionpolicy?view=azure-java-stable#com_microsoft_azure_storage_table_TableRequestOptions_getEncryptionPolicy__

My team would like to know whether this feature is even on the road map for Microsoft.Azure.Cosmos.Table, so that we can make an informed choice between the "legacy" package WindowsAzure.Storage vs. the new Microsoft.Azure.Cosmos.Table package. Thank you!

abhijitpai commented 4 years ago

@moderakh Can you please comment on this?

joshbouganim commented 4 years ago

@abhijitpai , @moderakh any update or even on comment on this request? TableEncryptionPolicy is still not supported in v1.0.7

alexchx commented 4 years ago

@abhijitpai , @moderakh any update on this? We are blocked on the same issue too.