Closed benjsto closed 3 years ago
Merging #303 (acf2dae) into master (348c2fc) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #303 +/- ##
=======================================
Coverage 62.73% 62.73%
=======================================
Files 58 58
Lines 4286 4286
=======================================
Hits 2689 2689
Misses 1382 1382
Partials 215 215
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 348c2fc...acf2dae. Read the comment docs.
@benjsto wanted to follow up here - have you gotten some time to write those docs haven't pushed 'em yet?
Sorry, didn't get a chance to do this yet -- will prioritize for this week!
Problem
For testing signature validation code in other places, it's nice to be able to easily generate signatures. The prior way of doing this involved setting up a test service, making a request to it, and inspecting the request headers between SSO and the upstream to get the signature.
Solution
Make a little command line tool within
sso-proxy
that takes URL, body, and headers to generate a request signature using therequest-signer
.