Charles Vong
09/26/2024, 1:38 PMairbyte-server
pod
com.google.auth.oauth2.ServiceAccountCredentials (com.google.auth.oauth2.IdentityPoolCredentials and com.google.auth.oauth2.ServiceAccountCredentials are in unnamed module of loader 'app')
user
09/26/2024, 1:39 PMvalues.yaml
file is correctly configured with the GCS logging information. This includes setting the storage type to "GCS", providing the bucket name, and specifying the path to the credentials. [source](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm#update-the-valuesyaml-with-the-gcs-logging-information-below) 3. Check your environment variables: Make sure that the environment variables STATE_STORAGE_GCS_APPLICATION_CREDENTIALS
and STATE_STORAGE_GCS_BUCKET_NAME
are correctly set in the worker section of your configuration. [source](https://discuss.airbyte.io/t/3911) If you've checked all of these and are still encountering the error, it might be a good idea to raise an issue in the [Airbyte Github repository](https://github.com/airbytehq/airbyte/issues) for further assistance.