-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of Pub/Sub by CloudBuildTrigger #447
Comments
Hi @evgenybenchsci , thank you for your request. Once the pubsub trigger is supported in the Terraform resource (issue #8692), then we will be able to support it in Config Connector. We will post updates when we have new information. |
@maqiuyujoyce Is it always going to be Terraform resource lags GCP API, and KCC resource lags Terraform resource? One would think that KCC being google internal would be ahead of Terraform. Just curious how the behind the scenes of resource support roll out works :) |
Hi @tonybenchsci, KCC has been in a process of migrating off Terraform to another actuation engine, so for new resource added in KCC, we will not expect the intermediate lag from Terraform. |
Is this migration documented anywhere? I'd be interested to read more about the new actuation engine. Thanks. Edit: Is this the new actuation engine? https://github.com/GoogleCloudPlatform/declarative-resource-client-library |
Yes, this is the new actuation engine used by KCC. |
Any idea when pubsub triggered cloudbuildtriggers will be supported? (regardless if terraform or DCL) |
@maqiuyujoyce @xiaobaitusi We have installed KCC v1.58.0, which supports
|
Hi @tonybenchsci, thanks for raising this up. This one's likely just an oversight. Filed the appropriate issue against TF at hashicorp/terraform-provider-google#9755. |
Thanks @jcanseco ! Another issue: the schema only allows one of |
No problem @tonybenchsci! Re: new issue: This one is interesting since I can see that it should be possible to create a pubsub-based trigger that builds a GitHub repo using the UI (correct me if I'm wrong). However, if I try to create a
Let me check with the Cloud Build team internally to see what's going on here. |
Hi @tonybenchsci, apologies; took a while to get a response internally. It turns out that the If you want to create a trigger that is triggered by PubSub messages and which builds GitHub repos (or CSR repos for that matter), you have to use the This is also true for triggers that are triggered by webhook requests: you have to specify We currently don't support |
Hello! Any news about that issue or any workaround to configure? :S |
Hi @jrmanes. We don't have an update for you yet, unfortunately. Once Terraform implements the field, we can bring it over to KCC. We'll update this thread accordingly once we add support. |
@jcanseco any updates on this? |
Hi @bharathkkb, none yet unfortunately as it seems Terraform hasn't picked up the request yet (their team is quite overloaded right now as I understand). |
Hello folks, it seems we now support |
It is possible to configure Pub/Sub topic as build trigger using the console, however, CloudBuildTrigger lacking this functionality.
There is a scenario, where we have to use Pub/Sub message to trigger the build. The whole infrastructure uses ConfigConnector, so it is painful to create this specific trigger manually. Is it possible to extend CloudBuildTrigger to match functionality provided by the managed resources?
The text was updated successfully, but these errors were encountered: