[
https://issues.apache.org/jira/browse/BEAM-5959?focusedWorklogId=191200&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-191200
]
ASF GitHub Bot logged work on BEAM-5959:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Jan/19 18:58
Start Date: 28/Jan/19 18:58
Worklog Time Spent: 10m
Work Description: udim commented on pull request #7629: [BEAM-5959] DO
NOT MERGE: KMS support for FileBasedSink, GCS
URL: https://github.com/apache/beam/pull/7629#discussion_r251538640
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -324,7 +324,8 @@ class BeamModulePlugin implements Plugin<Project> {
// Maven artifacts.
def generated_grpc_beta_version = "0.19.0"
def generated_grpc_ga_version = "1.18.0"
- def google_cloud_bigdataoss_version = "1.9.0"
+ // TODO: do not merge this change
+ def google_cloud_bigdataoss_version = "1.9.12-SNAPSHOT"
Review comment:
Yeah, I'm using unreleased locally compiled code from HEAD here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 191200)
Time Spent: 18h 10m (was: 18h)
> Add Cloud KMS support to GCS creates and copies
> -----------------------------------------------
>
> Key: BEAM-5959
> URL: https://issues.apache.org/jira/browse/BEAM-5959
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp, sdk-py-core
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Priority: Major
> Time Spent: 18h 10m
> Remaining Estimate: 0h
>
> Beam SDK currently uses the CopyTo GCS API call, which doesn't support
> copying objects that Customer Managed Encryption Keys (CMEK).
> CMEKs are managed in Cloud KMS.
> Items (for Java and Python SDKs):
> - Update clients to versions that support KMS keys.
> - Change copyTo API calls to use rewriteTo (Python - directly, Java -
> possibly convert copyTo API call to use client library)
> - Add unit tests.
> - Add basic tests (DirectRunner and GCS buckets with CMEK).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)