Hello, when building a GCP CloudBuild Trigger that...
# general
s
Hello, when building a GCP CloudBuild Trigger that uses a managed secret. What would I put as kmsKeyName in build.secrets[].kmsKeyName? I tried “global”, “default” but those fail. I didn’t find anything online. Any help would be appreciated!
I posted the question on StackOverflow as well, since I ran out of ideas. https://stackoverflow.com/questions/67227208/in-pulumi-when-defining-a-gcp-cloudbuild-trigger-what-do-i-use-as-kmskeyname-f Maybe the code sample there helps to give context, for anybody curious that worked with secrets in the past.