sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

Allow insecure request via Target property and remove --insecure flag #455

Closed saadjutt01 closed 3 years ago

saadjutt01 commented 3 years ago

Currently implemented, https://github.com/sasjs/cli/issues/428

it's for only sasjs add cred, but it's required for all commands, hence need to remove --insecure flag and add boolean to sasjsconfig.json

Add Target property "allowInsecureRequests", defaults to false.

saadjutt01 commented 3 years ago

UPDATE:

ghost commented 3 years ago

:tada: This issue has been resolved in version 2.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: