Need guidance on CloudQuery GCP authentication without using Terminal

Hi <@961284060561416262> Team,

I’m interested in authenticating my GCP account and utilizing CloudQuery with GCP as the data source. However, I prefer not to use the terminal or the login method for GCP authentication. Could you please guide me to the section in the CloudQuery codebase where I can find information on the various authentication methods it supports?

You could use the service_account_key_json config key/method. Some authentication methods are explained here. The code that instantiates the Google Cloud SDK client options is located around here. Hope this helps! Reach out if you have more questions :slightly_smiling_face: