Azure / Azure/azure-storage-python
Output key id as a property of the retrieved queue message
- 主要语言
- Python
- 星标
- 343
- 派生
- 243
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Which service(blob, file, queue) does this issue concern?
Queue
### Which version of the SDK was used? Please provide the output of `pip freeze`.
1.3.0
### What problem was encountered?
I'm using a keyResolver to decrypt the message. This works and I don't have any issues with that. I would like however, to have an option to also output the key ID used to decrypt the message.
Also, a nice option would be for when the decryption fails, to be able to get the provided key ID.
### Have you found a mitigation/solution?
No easy ones. You can work around it by having a peek with a queue that does no encryption, but this doesn't guarantee that that is the message that will be retrieved.
Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.
贡献指南
调研方向
首先定位 Python SDK 中的队列消息检索路径和 keyResolver 解密路径。检查已检索消息和解密失败的表示方式,然后将完成标准定义为:对于成功检索的消息公开解密密钥 ID,并在解密失败时提供传入的密钥 ID。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, python
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100