Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationData ¶
type AttestationData struct { Role string `json:"role,omitempty"` //the IAM role. This must match the athenz service identity Access string `json:"access,omitempty"` //the temp creds access key id Secret string `json:"secret,omitempty"` //the temp creds secret key Token string `json:"token,omitempty"` //the temp creds session token Document string `json:"document,omitempty"` //for EC2 instance document Signature string `json:"signature,omitempty"` //for EC2 instance document pkcs7 signature TaskId string `json:"taskid,omitempty"` //for ECS Task Id }
Click to show internal directories.
Click to hide internal directories.