rsaauth

package
v0.0.0-...-a9ed6da Latest Latest
Warning

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

Go to latest
Published: May 7, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package rsaauth is an interface to the RSA signed methods of the SSM service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsaSignedService

type RsaSignedService interface {
	RequestManagedInstanceRoleToken(fingerprint string) (response *ssm.RequestManagedInstanceRoleTokenOutput, err error)
	UpdateManagedInstancePublicKey(publicKey, publicKeyType string) (response *ssm.UpdateManagedInstancePublicKeyOutput, err error)
}

RsaSignedService is an interface to the RSA signed methods of the SSM service.

func NewRsaService

func NewRsaService(serverId string, region string, encodedPrivateKey string) RsaSignedService

NewRsaService creates a new SSM service instance.

Jump to

Keyboard shortcuts

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