*Is this your first time deploying Airbyte*: Yes, ...
# troubleshooting
j
Is this your first time deploying Airbyte: Yes, tried removing everything and re-do OS Version / Instance: macOS, GCP ,e2-medium Memory / Disk: 30gb storage Deployment: Docker Airbyte Version: 0.35.60-alpha Step: Connect to airbyte Description: Following the GCP-guide https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine#troubleshooting I connect via SSH sucesfully but when i try the port forward i get the error
gcloud beta compute ssh airbyte -- -L 8000:localhost:8000 -N -f
Copy code
ERROR: (gcloud.beta.compute.ssh) PERMISSION_DENIED: Request had insufficient authentication scopes.
- '@type': <http://type.googleapis.com/google.rpc.ErrorInfo|type.googleapis.com/google.rpc.ErrorInfo>
 domain: <http://googleapis.com|googleapis.com>
 metadata:
  method: compute.beta.InstancesService.Get
  service: <http://compute.googleapis.com|compute.googleapis.com>
 reason: ACCESS_TOKEN_SCOPE_INSUFFICIENT
m
You must run this command in your local terminal and not inside the instance.
j
OMG, i interpreted “Create ssh tunnel” as i should connect to the instance using SSH first. Works now…