Database Access fails: Access to read lock denied #8079
Unanswered
bertrand-leroy
asked this question in
Q&A
Replies: 1 comment
-
Are all components in your Teleport setup running v7.1.0 here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
i'm trying to setup database access to a self-hosted mysql server. The database is listed by
tsh db ls
but connection to the server fails.Going through the logs, I see these two lines coming every couple of seconds:
On the teleport proxy server:
INFO [RBAC] Access to read lock in namespace default denied to roles Db,default-implicit-role: no allow rule matched. services/role.go:2148
On the database server:
WARN [DB:SERVIC] Restart watch on error: watcher is closed. resource-kind:lock services/watcher.go:187
I can't find any reason for these errors. Does anybody have an idea?
Thanks a lot!
PS: running Teleport v7.1.0
Beta Was this translation helpful? Give feedback.
All reactions