From 60023299cf97685ff3e2ae47168a8d8a7f4c2312 Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Thu, 24 Oct 2024 17:38:59 +1000 Subject: [PATCH] adding boundary debug information --- Dockerfile | 2 +- boundary/boundary.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37387f5..ad1e2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:noble -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive # Install packages needed for SSH and interactive OS RUN apt-get update -qq < /dev/null > /dev/null diff --git a/boundary/boundary.sh b/boundary/boundary.sh index b38fc6d..a1e0a31 100644 --- a/boundary/boundary.sh +++ b/boundary/boundary.sh @@ -213,6 +213,8 @@ for i in $(env | grep BOUNDARY); do echo "export $i"; done # echo -e '\e[38;5;198m'"++++ DEBUG: Test Boundary target" # echo -e '\e[38;5;198m'"++++ " # boundary connect ssh -target-id ttcp_g4twnnFCNk -token env://BOUNDARY_TOKEN -username vagrant +# boundary connect postgres -target-id=ttcp_Rr9ldMaR3x -dbname=boundary +# boundary connect ssh -target-id ttcp_ldXJYelrjQ -token env://BOUNDARY_TOKEN -username vagrant -addr=https://glorious-halibut-xq6pr6pvphv94j-19200.app.github.dev/ echo -e '\e[38;5;198m'"++++ " echo -e '\e[38;5;198m'"++++ Access Boundary"