Skip to content

Commit

Permalink
Add comment about security guards
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 17, 2020
1 parent 06e0469 commit c9251c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ def truncate_arg_value(value, max_len=1024):
if not span.is_recording():
return

# Do not trace `Key Management Service` or `Secure Token Service` API calls
# over concerns of security leaks.
if aws_service not in {"kms", "sts"}:
tags = dict(
(name, value)
Expand Down

0 comments on commit c9251c3

Please sign in to comment.