1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

fix(insecure-requests): add flag to config

This commit is contained in:
Krishna Acondy
2021-02-05 09:33:42 +00:00
parent c7be71c781
commit a5683bcd07
2 changed files with 12 additions and 2 deletions

View File

@@ -57,4 +57,10 @@ export class SASjsConfig {
* triggered using the APIs instead of the Job Execution Web Service broker.
*/
useComputeApi = false
/**
* Defaults to `false`.
* When set to `true`, the adapter will allow requests to SAS servers that use a self-signed SSL certificate.
* Changing this setting is not recommended.
*/
allowInsecureRequests = false
}