Bug 258879 - [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM Session Manager Plugin for AWSCLi
Summary: [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM Session Manager Plugin ...
Status: Closed Not Accepted
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-03 02:03 UTC by Norikatsu Shigemura
Modified: 2022-12-03 22:22 UTC (History)
0 users

See Also:


Attachments
sysutils/amazon-ssm-plugin port (5.95 KB, patch)
2021-10-03 02:03 UTC, Norikatsu Shigemura
no flags Details | Diff
sysutils/amazon-ssm-plugin port (5.81 KB, text/plain)
2021-10-30 04:34 UTC, Norikatsu Shigemura
no flags Details
a patch for amazon-session-plugin 1.2.331.0 (5.80 KB, patch)
2022-05-28 22:57 UTC, Norikatsu Shigemura
nork: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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