we are having more than one project in one google service account and each project is having separate GOOGLE_APPLICATION_CREDENTIALS
json file. As per requirement based on locale and projectID
we have to use relevant credential json file.
Tried loading through environment variable but that can accept only one file path,
Set environment variable
GOOGLE_APPLICATION_CREDENTIALS="/home/user/Downloads/[FILE_NAME].json"
expect authentication success if request is coming from any project with in that service account.