-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no tofu token but not in correct session state #2414
Comments
I see that v0.10.2 should have fixed the issue as mentioned here #2362. But somehow I still got the issue in the v0.10.3 😕 Running with |
I see that error on try connection in SSH too :/ The problem with migration was fixed ( when trying to upgrade the version 0.10.1 to 0.10.2), but the error when trying to use the same session to connect multiple times did not occur well yet :/ PS: Yeah, I configured on the target to not limit multiple connections, and I have one worker for each environment (on the version 0.8 ~ 0.9 worked fine) |
Also getting the same error even after upgrading to 0.10.3 but it is only happening when the worker count is more than 1, if we have just 1 worker then the error is not happening even if we connect with some psql client, which was the case with 0.10.2 or 0.10.1. |
Hi all- thank you so much for reporting this. The fix for this issue (#2369) will be included in 10.4 |
Describe the bug
Hello, I tried to use boundary to connect to the postgresql server using this command
And when I tried to connect by using
psql
client it will show thisCurrently I use this version of boundary on the client, server and worker
To Reproduce
Steps to reproduce the behavior:
boundary connect -target-id $target_id -listen-port 5432
psql -h 127.0.0.1 -d postgres -U $boundary_token_username
Expected behavior
The boundary agent is able to serve the connections. This worked fine with version 0.9.1
controller-1.log
controller-2.log
worker.log
The text was updated successfully, but these errors were encountered: