79252955

Date: 2024-12-04 23:03:47
Score: 1
Natty:
Report link

The current recommended way to authenticate your applications hosted in prod environments is Workload Identity Pools

Also, you can deploy your app to App Engine, which has it's own service account whose permissions can be tailored. These credentials are automatically injected as application-default credentials.

Another way (not recommended) is to host a SA key in your deployment environment, which would likely point to a similar credentials file.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Diego Marquez