Also known as: ADC
Application Default Credentials (ADC) — механизм Google Cloud для обнаружения учетных данных авторизации, которые приложение может использовать при вызове Google APIs. ADC предназначен для приложений, которые должны работать с постоянной сервисной идентичностью, особенно в управляемых средах, таких как App Engine, Compute Engine или аналогичные развертывания.
The Application Default Credentials (ADC) provide a simple way to get authorization credentials for use in calling Google APIs. They are best suited for cases when the call needs to have the same identity and authorization level for the application independent of the user. This is the recommended approach to authorize calls to Google Cloud APIs, particularly when you're building an application that is deployed to Google App Engine (GAE) or Compute Engine virtual machines. For more information, see How Application Default Credentials works.