Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
112 stars 78 forks source link

[Security] Hide secret/password in recording files #1133

Open BethanyZhou opened 1 year ago

BethanyZhou commented 1 year ago

Current behavior:

If test case uses secret or password in a test case, its value will be recorded in recording json file because autorest will record request payload.

Expected behavior:

Provide a list to allow developer to specify the property to be hidden in recording json file.