Summary
User encountered an error starting the Micronaut server during Airbyte installation on GKE using Helm, specifically related to GCS storage client bean instantiation due to missing credentials at the specified path.
Question
Hi all, I am trying to install airbyte with helm on GKE, all but 2 containers did install, the airbyte-server and the airbyte-worker. The logs I am getting:
2024-12-06 09:21:52,142 [main] ERROR i.m.r.Micronaut(handleStartupException):349 - Error starting Micronaut server: Error instantiating bean of type [io.airbyte.commons.storage.GcsStorageClient]: /secrets/gcs-log-creds/gcp.json
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.airbyte.commons.storage.GcsStorageClient]: /secrets/gcs-log-creds/gcp.json
I am using a GSC bucket and Workload Identity
I saw in a github section from a user (https://github.com/airbytehq/airbyte/issues/31988), that the container might be deprecated, would that be true? Or how can we get it to run?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.