Skip to content

Commit

Permalink
added JWS support for switch generated msg (#203)
Browse files Browse the repository at this point in the history
* added JWS support for switch generated msg

* added unit tests

* added coverage tests

* fix audit issues

* removed un-necessary header fix

* added a valid default private key

* added a default private key

* not modify request in jwsSigner

* fixed the version issue

* bumped up the version

* bumped up the version

Co-authored-by: Shashi <[email protected]>
  • Loading branch information
shashi165 and Shashi authored May 19, 2020
1 parent b96cd31 commit ffe191a
Show file tree
Hide file tree
Showing 9 changed files with 1,109 additions and 465 deletions.
4 changes: 2 additions & 2 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"1500|npm-audit-resolver>audit-resolve-core>yargs-parser": {
"decision": "ignore",
"madeAt": 1588760504403,
"expiresAt": 1589365290340
"madeAt": 1589898179690,
"expiresAt": 1592490171384
}
},
"rules": {},
Expand Down
9 changes: 8 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@
"includeCauseExtension": false,
"truncateExtensions": true
},
"SIMPLE_ROUTING_MODE": true
"SIMPLE_ROUTING_MODE": true,
"ENDPOINT_SECURITY":{
"JWS": {
"JWS_SIGN": false,
"FSPIOP_SOURCE_TO_SIGN": "switch",
"JWS_SIGNING_KEY_PATH": "secrets/jwsSigningKey.key"
}
}
}
Loading

0 comments on commit ffe191a

Please sign in to comment.