Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CheckIAMProfile indicates we should validate the IAM profile CheckIAMProfile = "verify-iam-profile" // CheckIPAddress indicates we should validate the client ip address CheckIPAddress = "verify-ip" // CheckSignature indicates we validate the signature of the document CheckSignature = "verify-signature" )
Functions ¶
func GetPublicCertificates ¶
func GetPublicCertificates() error
GetPublicCertificates loads the certificates
func NewAuthorizer ¶
func NewAuthorizer(config *server.Config) (server.Authorizer, error)
NewAuthorizer creates and returns a aws node authorizer
func NewVerifier ¶
NewVerifier creates and returns a verifier
Types ¶
Click to show internal directories.
Click to hide internal directories.