Bug 258879

Summary: [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM Session Manager Plugin for AWSCLi
Product: Ports & Packages Reporter: Norikatsu Shigemura <nork>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Not Accepted    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264919
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268142
Attachments:
Description Flags
sysutils/amazon-ssm-plugin port
none
sysutils/amazon-ssm-plugin port
none
a patch for amazon-session-plugin 1.2.331.0 nork: maintainer-approval+

Description Norikatsu Shigemura 2021-10-03 02:03:23 UTC
Created attachment 228387 [details]
sysutils/amazon-ssm-plugin port

Add a Amazon AWS SSM Session Manager Plugin for AWSCLi.

It's useful following case on native FreeBSD environemnt:
  aws ssm start-session --target "your instance-id"

SEE ALSO: https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html
Comment 1 Norikatsu Shigemura 2021-10-30 04:34:08 UTC
Created attachment 229134 [details]
sysutils/amazon-ssm-plugin port

Update to 1.2.279.0.
 - Fix single memory reference access for parameters
 - Upgrade gorilla package to 1.4.2

ChangeLog: https://github.com/aws/session-manager-plugin/releases/tag/1.2.279.0
Comment 2 Norikatsu Shigemura 2022-05-28 22:57:40 UTC
Created attachment 234301 [details]
a patch for amazon-session-plugin 1.2.331.0

Update to 1.2.331.0.
* Fix hung sessions caused by client resending stream data when agent becomes inactive.
* Fix incorrect logs for start_publication and pause_publication messages.
* Support more output message payload type.
* Disable smux keep alive to use idle session timeout feature.
* Fix port session premature close when local server is not connected before timeout.

ChangeLog:
* https://github.com/aws/session-manager-plugin/releases/tag/1.2.295.0
* https://github.com/aws/session-manager-plugin/releases/tag/1.2.312.0
* https://github.com/aws/session-manager-plugin/releases/tag/1.2.323.0
* https://github.com/aws/session-manager-plugin/releases/tag/1.2.331.0