Skip to content

Commit

Permalink
Merge pull request #54 from russell-lewis/fix-issue-53
Browse files Browse the repository at this point in the history
Fix Issue 53
  • Loading branch information
russell-lewis authored Mar 29, 2017
2 parents 7c025fb + c543416 commit 4aef80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bless/aws_lambda/bless_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def lambda_handler(event, context=None, ca_private_key_password=None,
)
# decrypt_token will raise a TokenValidationError if token doesn't match
validator.decrypt_token(
"2/user/{}".format(request.remote_usernames.split(',')[0]),
"2/user/{}".format(request.remote_usernames),
request.kmsauth_token
)
except TokenValidationError as e:
Expand Down

0 comments on commit 4aef80c

Please sign in to comment.