Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2022 00:01:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264919] [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM Session Manager Plugin for AWSCLi
Message-ID:  <bug-264919-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264919

            Bug ID: 264919
           Summary: [NEW PORT] sysutils/amazon-ssm-plugin: Amazon AWS SSM
                    Session Manager Plugin for AWSCLi
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/aws/session-manager-plugin/
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nork@ninth-nine.com

Created attachment 234962
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234962&action=
=3Dedit
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-manage=
r-working-with-install-plugin.html


This application is broken follow golang's method:
-=20
$ 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: unkn=
own
revision v1.2.339.0
$ curl -s
https://proxy.golang.org/github.com/aws/session-manager-plugin/@v/v0.0.0-20=
220617200849-916aa5c1c241.mod
module github.com/aws/session-manager-plugin

-=20
$ curl -s
https://raw.githubusercontent.com/aws/session-manager-plugin/v0.0.0-2022061=
7200849-916aa5c1c241/go.mod
404: Not Found
$ curl -s
https://raw.githubusercontent.com/aws/session-manager-plugin/1.2.339.0/go.m=
od
404: Not Found

So I can't clean up this port.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264919-7788>