All my GCP containers use CloudBuild
on my-dev-project
and access secret manager
on the same project (my-dev-project
). However, one project requires access to secrets manger
on my-prod-project
. I imagine I need to add a service account, but I'm not sure how I can go about doing that for CloudBuild
when it already has it's my-dev-project
service account.
Question: How can I access my-prod-project
secret manger
from the my-dev-project
CloudBuild
?