Skip to content

Commit

Permalink
fix: encryption context propagation
Browse files Browse the repository at this point in the history
Signed-off-by: heitorlessa <[email protected]>
  • Loading branch information
heitorlessa committed Dec 19, 2023
1 parent 34f8e1b commit 8519896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws_lambda_powertools/utilities/_data_masking/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def _apply_action(
data=data,
fields=fields,
action=action,
options=provider_options,
provider_options=provider_options,
**encryption_context,
)
else:
Expand Down Expand Up @@ -226,7 +226,7 @@ def _apply_action_to_fields(
current_dict,
action,
last_key,
provider_options,
provider_options=provider_options,
**encryption_context,
)

Expand Down

0 comments on commit 8519896

Please sign in to comment.