Bug 264919 - [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: https://github.com/aws/session-manage...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-27 00:01 UTC by Norikatsu Shigemura
Modified: 2022-12-03 22:23 UTC (History)
0 users

See Also:


Attachments
A new port for amazon-ssm-plugin-1.2.339.0 (5.79 KB, patch)
2022-06-27 00:01 UTC, Norikatsu Shigemura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Norikatsu Shigemura 2022-06-27 00:01:00 UTC
Created attachment 234962 [details]
A new port for amazon-ssm-plugin-1.2.339.0

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


This application is broken follow golang's method:
- 
$ go118 list -m -f '{{.Version}}' github.com/aws/session-manager-plugin@1.2.339.0
v0.0.0-20220617200849-916aa5c1c241
$ go118 list -m -f '{{.Version}}' github.com/aws/session-manager-plugin@v1.2.339.0
go: github.com/aws/session-manager-plugin@v1.2.339.0: invalid version: unknown revision v1.2.339.0
$ curl -s https://proxy.golang.org/github.com/aws/session-manager-plugin/@v/v0.0.0-20220617200849-916aa5c1c241.mod
module github.com/aws/session-manager-plugin

- 
$ curl -s https://raw.githubusercontent.com/aws/session-manager-plugin/v0.0.0-20220617200849-916aa5c1c241/go.mod
404: Not Found
$ curl -s https://raw.githubusercontent.com/aws/session-manager-plugin/1.2.339.0/go.mod
404: Not Found

So I can't clean up this port.