Skip to content

Commit

Permalink
adding boundary debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Oct 24, 2024
1 parent d576347 commit 6002329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions boundary/boundary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6002329

Please sign in to comment.