apointeau opened a new issue, #26668:
URL: https://github.com/apache/beam/issues/26668
### What happened?
**Summary of the issue:**
In the Python SDK, when using the worker option "sdk_container_image" in
order to use a custom image that come from GCP Artifact Registry their is a
permission denied, even if the SA is able to query the Artifact Registry.
Command line to run the failing job :
```
python -m src.main \
--runner DataflowRunner \
--project <project id> \
--region europe-west1 \
--temp_location gs://<mybucket>/temp \
--service_account_email <service account name>@<project
id>.iam.gserviceaccount.com \
--network <vpc name> \
--subnetwork <subnet path> \
--no_use_public_ips \
--sdk_container_image europe-west1-docker.pkg.dev/<project id>/<registry
name>/<image> \
--experiments use_runner_v2
```
Output :
### Issue Priority
Priority: 1 (data loss / total loss of function)
### Issue Components
- [X] Component: Python SDK
- [ ] Component: Java SDK
- [ ] Component: Go SDK
- [ ] Component: Typescript SDK
- [ ] Component: IO connector
- [ ] Component: Beam examples
- [ ] Component: Beam playground
- [ ] Component: Beam katas
- [ ] Component: Website
- [ ] Component: Spark Runner
- [ ] Component: Flink Runner
- [ ] Component: Samza Runner
- [ ] Component: Twister2 Runner
- [ ] Component: Hazelcast Jet Runner
- [X] Component: Google Cloud Dataflow Runner
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]