apache / apache/parquet-java

Pluggable key material store

未关闭
#1,627 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Component: Java Component: Parquet Priority: Major Type: enhancement
主要语言
Java
星标
3.1k
派生
1.6k
平均合并
3 天 12 小时
30 天内合并 PR
33

描述

Encryption key material can be stored either inside Parquet files, or outside (configurable). For outside storage, Parquet already has a pluggable interface for custom implementations, `FileKeyMaterialStore,` but no mechanism to load them (currently, one implementation is packaged in parquet-mr, and always loaded when outside storage is configured). We will provide a way to load custom implementations of the `FileKeyMaterialStore`.

**Reporter**: [Gidon Gershinsky](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gershinsky) / @ggershinsky
**Assignee**: [Gidon Gershinsky](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gershinsky) / @ggershinsky

**Note**: *This issue was originally created as [PARQUET-2053](https://issues.apache.org/jira/browse/PARQUET-2053). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 FileKeyMaterialStore 接口和 parquet-mr 中打包的现有实现开始,然后跟踪外部密钥材料的配置和加载方式。当可以选择并加载自定义的 FileKeyMaterialStore 实现,而不是始终使用打包的实现时,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
security
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。