Skip to content

How to access database via Teleport in Github actions #47188

Answered by webvictim
KrisF-Midnight asked this question in Q&A
Discussion options

You must be logged in to vote

I think your issue is that you've missed postgres from your final "list files" tsh invocation:

    - name: list files
-      run: tsh proxy db --port 12345 --tunnel
+      run: tsh proxy db --port 12345 --tunnel postgres

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@KrisF-Midnight
Comment options

Answer selected by KrisF-Midnight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants