From 6b6677267c271ea083fd9cdb1b44d36a5ce56f12 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Sun, 11 Jul 2021 19:25:13 +1000 Subject: [PATCH 1/8] Update on-oci-vm.md Added local port forward commands for SSH and GUI access for a Private IP for Airbyte VM --- docs/deploying-airbyte/on-oci-vm.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index b1ee289892cd7..871cf14fdcaf2 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -21,7 +21,7 @@ Select the Subnet > Security List > Add Ingress Rules ## Login to the Instance/VM with the SSH key and 'opc' user chmod 600 private-key-file -ssh -i private-key-file opc@oci-private-instance-ip +ssh -i private-key-file opc@oci-private-instance-ip -p 2200 ## Install Airbyte Prerequisites on OCI VM @@ -59,12 +59,18 @@ sudo /usr/local/bin/docker-compose up -d ## Create SSH Tunnel to Login to the Instance +it is highly recommended to not have a Public IP for the Instance where you are running Airbyte). -it is highly recommended to not have a Public IP for the Instance where you are running Airbyte) +### SSH Local Port Forward to Airbyte VM From your local workstation -$ ssh -i private-key-file -L 8000:oci-private-instance-ip:8000 opc@bastion-host-public-ip +ssh opc@bastion-host-public-ip -i -L 2200:oci-private-instance-ip:22 +ssh opc@localhost -i -p 2200 + +### Airbyte GUI Local Port Forward to Airbyte VM + +ssh opc@bastion-host-public-ip -i -L 8000:oci-private-instance-ip:8000 ## Access Airbyte From 791366c6c69a586fdf23576b9b57c3f5d69c4f5a Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:10:54 +1000 Subject: [PATCH 2/8] Update on-oci-vm.md --- docs/deploying-airbyte/on-oci-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index 871cf14fdcaf2..62959b9ded3c8 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -74,7 +74,7 @@ ssh opc@bastion-host-public-ip -i -L 8000:oci-private-ins ## Access Airbyte -Open URL in Browser : https://localhost:8000/ +Open URL in Browser : http://localhost:8000/ ![](../.gitbook/assets/OCIScreen4.png) From a838e3e4a36a280c453c04baea98944f0959a3a7 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:29:19 +1000 Subject: [PATCH 3/8] Update docs/deploying-airbyte/on-oci-vm.md Co-authored-by: Sherif A. Nada --- docs/deploying-airbyte/on-oci-vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index 62959b9ded3c8..c98d80404e347 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -22,6 +22,7 @@ Select the Subnet > Security List > Add Ingress Rules chmod 600 private-key-file ssh -i private-key-file opc@oci-private-instance-ip -p 2200 +``` ## Install Airbyte Prerequisites on OCI VM From e10115fbef6735e69f7a9fded100d8aa44bf2c62 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:29:27 +1000 Subject: [PATCH 4/8] Update docs/deploying-airbyte/on-oci-vm.md Co-authored-by: Sherif A. Nada --- docs/deploying-airbyte/on-oci-vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index c98d80404e347..c798de74a5653 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -19,6 +19,7 @@ Select the Subnet > Security List > Add Ingress Rules ## Login to the Instance/VM with the SSH key and 'opc' user +``` chmod 600 private-key-file ssh -i private-key-file opc@oci-private-instance-ip -p 2200 From 5fe72f00c989a42308fedf7fde2e4783efa39ae2 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:29:34 +1000 Subject: [PATCH 5/8] Update docs/deploying-airbyte/on-oci-vm.md Co-authored-by: Sherif A. Nada --- docs/deploying-airbyte/on-oci-vm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index c798de74a5653..a01cb79e6534b 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -72,7 +72,10 @@ ssh opc@localhost -i -p 2200 ### Airbyte GUI Local Port Forward to Airbyte VM +``` ssh opc@bastion-host-public-ip -i -L 8000:oci-private-instance-ip:8000 +``` +``` ## Access Airbyte From 14a97469cbefac7ea83815df2075bbe007ead229 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:29:46 +1000 Subject: [PATCH 6/8] Update docs/deploying-airbyte/on-oci-vm.md Co-authored-by: Sherif A. Nada --- docs/deploying-airbyte/on-oci-vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index a01cb79e6534b..168320c1f214a 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -69,6 +69,7 @@ From your local workstation ssh opc@bastion-host-public-ip -i -L 2200:oci-private-instance-ip:22 ssh opc@localhost -i -p 2200 +``` ### Airbyte GUI Local Port Forward to Airbyte VM From b91b1c0bb679e2421ab052c443dfeea6eb418ad1 Mon Sep 17 00:00:00 2001 From: Shadab Mohammad <39692236+shadabshaukat@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:29:58 +1000 Subject: [PATCH 7/8] Update docs/deploying-airbyte/on-oci-vm.md Co-authored-by: Sherif A. Nada --- docs/deploying-airbyte/on-oci-vm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index 168320c1f214a..e834988fe482c 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -67,6 +67,7 @@ it is highly recommended to not have a Public IP for the Instance where you are From your local workstation +``` ssh opc@bastion-host-public-ip -i -L 2200:oci-private-instance-ip:22 ssh opc@localhost -i -p 2200 ``` From 0a7e11c1610a2d97bdc2e14095300bf9789a44b1 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 12 Jul 2021 13:08:08 -0700 Subject: [PATCH 8/8] Update on-oci-vm.md --- docs/deploying-airbyte/on-oci-vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-oci-vm.md b/docs/deploying-airbyte/on-oci-vm.md index e834988fe482c..2e4d1672ad9bc 100644 --- a/docs/deploying-airbyte/on-oci-vm.md +++ b/docs/deploying-airbyte/on-oci-vm.md @@ -77,7 +77,7 @@ ssh opc@localhost -i -p 2200 ``` ssh opc@bastion-host-public-ip -i -L 8000:oci-private-instance-ip:8000 ``` -``` + ## Access Airbyte