I have a Cloud Function, in this function I'm connecting database through secrets by GCP
for my secrets I'm using different project id (com-project-data) For my Google Cloud Function I'm using another project id (com-project-common)
Exists a conflict because each project have a different service account, then I'm asking the following question...
Can I inject two differents service accounts in my Cloud Function? If this is probably,
How Can I do it?