module Google::Auth::CredentialsLoader
Disable gcloud lookup in googleauth to avoid picking up its project id.
Constants
- GCLOUD_CONFIG_COMMAND
- GCLOUD_POSIX_COMMAND
These constants are used to invoke gcloud on Linux and Windows, respectively. Ideally, we would have overridden CredentialsLoader.load_gcloud_project_id, but we cannot catch it before it's invoked via “require 'googleauth'”. So we override the constants instead.
- GCLOUD_WINDOWS_COMMAND