ssmproxy

package
v0.0.0-...-f8a577c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2026 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccessKeyToUUID

func AccessKeyToUUID(accessKey string) (string, error)

AccessKeyToUUID Reverse: Access Key back to UUID

func UUIDToAccessKey

func UUIDToAccessKey(id string) (string, error)

UUIDToAccessKey Converts a UUID to an AWS Access Key format

Types

type AWS4SignatureHeader

type AWS4SignatureHeader struct {
	Algorithm     string
	AccessKey     string
	Credential    string
	Date          string
	Region        string
	Service       string
	SignedHeaders []string
	Signature     string
}

type SSMProxy

type SSMProxy struct {
	// contains filtered or unexported fields
}

func GetServerInstance

func GetServerInstance() *SSMProxy

GetServerInstance returns the singleton instance of SSMServer.

func (*SSMProxy) AttachHandlers

func (r *SSMProxy) AttachHandlers(router gin.IRouter)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL