Azure / Azure/azure-cli-dev-tools
azdev test doesn't encode or replace the credential info in the test recordings
Open
enhancement
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
When onboard the datafactory, the command
`az datafactory integration-runtime regenerate-auth-key`
`datafactory integration-runtime list-auth-key`
will return a authKey, but in the test recordings it's not encoded or replaced with meaningless strings. which cause the credential scan fail.
to repro:
check the branch in this PR
https://github.com/Azure/azure-cli-extensions/pull/1321
then run `azdev test datafactory --live`
then search the command above.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.