Skip to content

Commit

Permalink
fix(teleport): fix login code (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored May 17, 2023
1 parent ec745e5 commit 9f743c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Vous pouvez vous connecter à vos instances PosrtgreSQL via Teleport.
#### Alternative via le CLI teleport `tsh`

- Téléchargez et installez le [CLI Teleport](https://goteleport.com/download/)
- Localement, se logger sur teleport avec : `tsh login teleport.fabrique.social.gouv.fr --auth=github`
- Localement, se logger sur teleport avec : `tsh login --proxy=teleport.fabrique.social.gouv.fr teleport.fabrique.social.gouv.fr --auth=github`
- Se connecter à une DB avec psql : `tsh db connect --db-user=PostgresAdmins --db-name=postgres [DBNAME]`

💡 Pour configurer un client Postgres avec teleport, cf https://goteleport.com/docs/connect-your-client/gui-clients/
Expand Down

0 comments on commit 9f743c5

Please sign in to comment.