Hi, I'm currently have automation deployment using cloud build (gen 1), the source code we store to bitbucket cloud and using cloud source repository for mirroring, I'm seeing the cloud source repository scheduled to end of sale this month, and also by another reason I try to migration to use cloud build (gen 2) with different connection method to bitbucket cloud here is the documentation https://cloud.google.com/build/docs/automating-builds/bitbucket/connect-host-bitbucket-cloud
My current conditions :
I tried to create new connection host and I got this alert pop message "Failed to write secrets to Secret Manager",
but when I check to Secret Manager page, there are three key created by cloud build.
did I miss something?
There were 2 cancelled requests & 3 successed requests when create the secret key. I don't understand why those request were cancelled. I'm using chrome browser and no extention activate for blocked request or something to prevent the xhr request. Also I have sent multiple feedback on GCP console, I'm not receive yet response from GCP since last week.
Solved, just inform that my IAM account was non-admin to Secret Manager (only create & delete role), just upgrade to Admin role to Secret Manager and host successfully created. And Also don't forget to enable Secret Manager on SA Cloud Build.
Thanks