Skip to content

3.4.0: Upgrade ssm-session-client (#86)

Compare
Choose a tag to compare
@mmmorris1975 mmmorris1975 released this 14 Aug 19:29
· 33 commits to master since this release
db7e95c
  • Migrate to latest ssm-session-client to get direct integration with AWS-managed SSM session client codebase. This will give us the full functionality of the AWS-provided ssm session plugin, without needing to install the 3rd party binary. Some benefits are stable SSH connections over SSM, and support for all port forwarding features of the AWS code (port multiplexing, etc...)
  • Ensure valid credentials before any SSM action to fix an annoying behavior where ssm actions will fail unless valid, cached credentials already exist.
  • Update circle ci orbs and golang version, also update go module versions to stay up to date.