Skip to content

Commit

Permalink
Updated versions for error-handler, etc... (#302)
Browse files Browse the repository at this point in the history
* Updated versions for error-handler, etc...

* Touched file

* Touch to retrigger build

* Fixed typo

* Update to package.json

* Added JWS tag

* Changes required to get integration tests working
  • Loading branch information
aenns authored Jun 1, 2020
1 parent 8c4e4e4 commit 5e393eb
Show file tree
Hide file tree
Showing 6 changed files with 5,827 additions and 2,209 deletions.
16 changes: 8 additions & 8 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"1500|nyc>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1588667890478,
"expiresAt": 1589272683718
"madeAt": 1590519650647,
"expiresAt": 1591124438801
},
"1500|npm-audit-resolver>audit-resolve-core>yargs-parser": {
"decision": "ignore",
"madeAt": 1588667893857,
"expiresAt": 1589272683718
"madeAt": 1590519657947,
"expiresAt": 1591124438801
},
"1500|npm-audit-resolver>yargs-parser": {
"decision": "ignore",
"madeAt": 1588667893857,
"expiresAt": 1589272683718
"madeAt": 1590519657947,
"expiresAt": 1591124438801
},
"1500|npm-audit-resolver>yargs-unparser>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1588667893857,
"expiresAt": 1589272683718
"madeAt": 1590519657947,
"expiresAt": 1591124438801
}
},
"rules": {},
Expand Down
7 changes: 6 additions & 1 deletion docker/ml-api-adapter/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@
"expiresIn": 180000,
"generateTimeout": 30000
},
"ENDPOINT_SECURITY": {
"ENDPOINT_SECURITY":{
"TLS": {
"rejectUnauthorized": true
},
"JWS": {
"JWS_SIGN": false,
"FSPIOP_SOURCE_TO_SIGN": "switch",
"JWS_SIGNING_KEY_PATH": "secrets/jwsSigningKey.key"
}
},
"MAX_CALLBACK_TIME_LAG_DILATION_MILLISECONDS": 200,
Expand Down
Loading

0 comments on commit 5e393eb

Please sign in to comment.