-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
When recording AWS API's for unit tests. I would love to be able to mask the account number in the ARN with a fake number provided by AWS. 123456789012
It would be as simple as re.sub(':(\d{12}:)', ':123456789012:', response_data) somewhere here https://github.com/garnaat/placebo/blob/develop/placebo/pill.py#L242-L243.
It would be good to have a flag if someone wanted to mask or not mask the account number of the arn.
Thoughts? @garnaat
Metadata
Metadata
Assignees
Labels
No labels