-
Notifications
You must be signed in to change notification settings - Fork 69
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
Cannot start session from sdk with version 1.2.688.0 #101
Comments
Not sure if directly related to the same issue as you, but we saw a breaking change for us between 1.2.677.0 and 1.2.688.0. Specifically, when establishing an SSH connection via the data channel over SSM, the handshake would fail using the latest plugin. Logs from the target machines running SSM pointed us to the handshake failure. Rolling back to the previous version 1.2.677.0 resolved the issue.
|
Hi @yongzhang @hatchetaustralia, Thanks for raising this issue. We are actively researching this issue and will provide an update as soon as we have more findings. Thanks! |
Hi, Thanks, |
1.2.694.0 has fixed the issue for me. |
Please update brew asap. The old version is still the latest there and it has this problem. |
Hi @et304383, Thanks, |
The public document update has been updated with the latest version. |
Hi, team
We're using golang sdk to start ssm session, but it is broken after session-manager-plugin upgraded to
1.2.688.0
, I got error:verbose message:
Seems like it is caused by this change.
And I'm afraid this line broken it:
session-manager-plugin/src/sessionmanagerplugin/session/sessionhandler.go
Line 41 in 80869bb
I do not reply on local config or env to get credentials in my code, in my case, I created aws config like this with
aws-go-sdk-v2
:The text was updated successfully, but these errors were encountered: