What is a one sentence summary of your feature request?
Add options and secure options to PowerShellSync pakage
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
This feature is already available for the PowerShellProv pakage and should also be set for the PowerShellSyn one.
The idea behind is to be able to configure parameters that will be sent to the script when it is executed.
Allows to avoid hardcoding the values in the script it self
How do you currently solve the challenges you have by not having this feature?
- Hardcoded values in the script: not secure and heavy to maintain
- A side file containing the credentials: heavy to configure and use
- Read the values from a clear text appsettings.agent.json file: not secure