This commit is contained in:
Jeff Mitchell 2016-04-07 18:30:53 +00:00 committed by vishalnayak
parent a5aadc908d
commit bb276d350a
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ func (b *backend) fetchRoleTagValue(s logical.Storage, tagKey string) (string, e
return *tagsOutput.Tags[0].Value, nil return *tagsOutput.Tags[0].Value, nil
} }
// handleRoleTagLogin is used to fetch the role tag if the instance and verifies it to be correct. // handleRoleTagLogin is used to fetch the role tag of the instance and verifies it to be correct.
// Then the policies for the login request will be set off of the role tag, if certain creteria satisfies. // Then the policies for the login request will be set off of the role tag, if certain creteria satisfies.
func (b *backend) handleRoleTagLogin(s logical.Storage, identityDoc *identityDocument, imageEntry *awsImageEntry) (*roleTagLoginResponse, error) { func (b *backend) handleRoleTagLogin(s logical.Storage, identityDoc *identityDocument, imageEntry *awsImageEntry) (*roleTagLoginResponse, error) {