QualiSystems / devguide_source

This repository hosts the source code of the CloudShell developer guide.
https://devguide.quali.com
2 stars 8 forks source link

New suggestion for /shells/8.3.0/debugging-shell-commands.html #167

Open ksaper opened 6 years ago

ksaper commented 6 years ago

when setting a resource's attributes, if the type a cloudshell password, in the driver we are most likely using an API call to decrypt the value for use (like an Enable Password) - here we enter it as plain text, which then will get scrambled because we "decrypt" it.

TomerAdmon commented 6 years ago

Thanks for the feedback @ksaper, Are you referring to a specific section/example in the page? to the "Debugging the shell" maybe?

Tomer

ksaper commented 6 years ago

Yes in the example for the Debugging the Shell - where we use the magic mock to setup the driver test/debugger