Status Update
Comments
pu...@google.com <pu...@google.com>
je...@google.com <je...@google.com> #2
al...@bilt.com <al...@bilt.com> #3
je...@google.com <je...@google.com> #4
Hello,
To troubleshoot the issue further, I have created a private ticket to provide some information about the issue (for which you should have received a notification). Please provide requested information there. Don't put any personal information, including project identifiers in this public ticket.
je...@google.com <je...@google.com> #5
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Problem you have encountered:
We use recent suggestion , we stopped using the legacy Cloud Build service account.
gcloud dataflow flex-template build
to build our flex templates from a Cloud Build script. After theHowever, the CLI does not support the usage of another service account. When we execute the following command inside our Cloud Build script:
an additional build is created for the docker image, which uses the legacy service account (PROJECT_NUMBER@cloudbuild.gserviceaccount.com ). As a result, the build fails because it does not have the necessary permissions.
What you expected to happen:
The build to be created using the provided service account.
Steps to reproduce:
Define and execute a simple Cloud Build which builds a flex template:
Other information (workarounds you have tried, documentation consulted, etc):
We also tried other flags from the CLI documentation :
Looking at the CLI code , it looks like the build is created without providing any service account: