Summary
The user is encountering an error when trying to run ‘abctl local install’ with a ‘secrets.yaml’ file on a Google Compute Engine VM. The error message is not provided, but the user has shared the format of the ‘secrets.yaml’ file containing GCP service account information.
Question
Hello guys, I’m using Google Compute Engine VM to deploy airbyte 1.0 using ‘abctl’ tool. However when I try to run this abctl local install --values ./values.yaml --secret ./secrets.yaml
. I get following error (see attached image). This is how my secrets.yaml
looks like in format:
kind: Secret
metadata:
name: airbyte-config-secrets
type: Opaque
stringData:
gcp.json: {
"type": "service_account",
"project_id": "cloud-proj",
"private_key_id": "2f3b9c8e7d5a1b4f23e697c0d84af6e1",
"private_key": "-----BEGIN PRIVATE KEY-----<REDACTED>\n-----END PRIVATE KEY-----\n",
"client_email": "<http://cloud-proj.iam.gserviceaccount.com|cloud-proj.iam.gserviceaccount.com>",
"client_id": "9876543210987654321",
"auth_uri": "<https://accounts.google.com/o/oauth2/auth>",
"token_uri": "<https://oauth2.googleapis.com/token>",
"auth_provider_x509_cert_url": "<https://www.googleapis.com/oauth2/v1/certs>",
"client_x509_cert_url": "<https://www.googleapis.com/robot/v1/metadata/x509/cloud-proj.iam.gserviceaccount.com>"
}```
Can someone please tell me what I'm doing wrong? Thanks!
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C021JANJ6TY/p1728400723478499) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
["google-compute-engine-vm", "abctl", "secrets.yaml", "gcp-service-account", "error"]
</sub>