Versions in this module Expand all Collapse all v1 v1.0.0 Sep 27, 2017 Changes in this version + func ConfigureAws(config *aws.Config) + func Debug(message string, args ...interface{}) + func LoadPublicKey(publicKey string) ([]byte, error) + func SetDebug(enable bool) + func ValidatePublicKey(publicKeyData []byte) (string, error) + func WriteCertificate(certificateFilename string, certificateContent string) error + type Payload struct + BastionCommand string + BastionIps string + BastionUser string + BastionUserIP string + KmsAuthToken string + PublicKeyToSign string + RemoteUsernames string + type Result struct + Certificate string + func InvokeBlessLambda(region, lambdaFunctionName *string, payloadJSON []byte) (*Result, error)