How to make acces to postgresql cluster through Teleport #47387
Unanswered
ruslanqa900
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys! I trying make access to postgresql cluster based on patroni via teleport. But i faced with certs problems.
I tried use certs generated by teleport and also CA and certs generated by myself.
There are 3 nodes with installed postgresql patroni haproxy on each nodes and haproxy loadbalancer as endpoint.
teleport.yaml:
postgresql.conf
pg_hba.conf
I used certs from teleport ip 10.0.2.75 was passed as endpoint
CA and certs generated by myself
my CA:
My server.crt:
when i trying connect to db via tsh i got an error:
this is log when run tsh
this is log teleport on node:
no matter what certificates you use, you get the same error and sometimes i got
Beta Was this translation helpful? Give feedback.
All reactions