David Walend | 63d938c2d6c | Reformatted ShrineJwtAuthenticator.scala | | |
David Walend | 18ebe89d2a4 | Another try at getting the pom.xml to build just JDK 7 code | | |
David Walend | 4761d5b7f69 | Swithcing on the JDK 7 comple option.Hope that the Scala/Java compiler thing uses it. If not, I'll see if I can figure out how to control it directly. | | |
David Walend | d7464de1cfe | Now using just the jwtsString, almost able to switch to Bearer authentication.Checking in before puzzling through the broken build. | | |
David Walend | 013344e6f0e | Removed some less interesting dead code | | |
David Walend | a41433107cc | Now using jwt's kid field for the public part of the cert. | | |
David Walend | 08ea31cca74 | Trying out an ssl client that accepts all certs | | |
David Walend | 41ea6d99dca | More logging and a fix - default value for status | | |
David Walend | c44036dbcc7M | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop | | |
David Walend | 10a6cae3528 | Try sending the cert | | |
Ben Carmen | 339655e8be9 | Commit of merge. | | |
Ben Carmen | 86f7b56eb57M | Merge remote-tracking branch 'origin/develop' into develop# Conflicts:
# apps/dashboard-app/src/main/scala/net/shrine/dashboard/DashboardService.scala | | |
Ben Carmen | 3ad3fc618d3 | Commit of POSO stuff for Dashboard Status...also, commit of tests. | | |
David Walend | 3542b6d3ba3 | Try a comma as a delimiter | | |
David Walend | 3227a28cd7b | An attempt to circumvent Spray looking for key value pairs.Not sure if its the way to go. | | |
David Walend | 6a1a0a66245 | Took colons out of headers | | |
David Walend | f5edcb1f071 | Need to try the file system to get the keystore. | | |
David Walend | 219ab95646d | Minor test for a remote dashboard. | | |
David Walend | b0acc5b62e9 | Should be wired up for urls to call into a remote dashboard.We'll see tomorrow. | | |
David Walend | d755340cd8b | Should have something that can call a remote dashboard.Getting the right urll next. | | |
David Walend | d0e05a36c55 | Extracted a method to make the new auth header | | |
David Walend | 61e4d9640c2 | A few more tests for server-side jwts | | |
David Walend | fef97f84cc4 | Using some bits from jwts to validate and prevent replay attacks. | | |
Ben Carmen | bd405ddf8e4 | Commit of updated configuration file for dashboard. | | |
Ben Carmen | a1f5c959c28 | Commit of status testing data. | | |
Ben Carmen | 69e05a28a65M | Merge remote-tracking branch 'origin/develop' into develop | | |
Ben Carmen | 71c32e0c1e6 | Commit of POSO stuff for Status | | |
David Walend | b4ec16ed082 | More error conditions and tests for dashboard-to-dashboard | | |
David Walend | 5f87789e5c1 | Added an example of getting a string from a url and doing something with it. | | |
David Walend | 213aeef1aa1 | Using cert serial numbers for dashboard-to-dashboard comms | | |
David Walend | 0056e4eb5b4 | Got some tests of rejecting bad auth working | | |
David Walend | fcfac771566 | Now able to get at the header | | |
David Walend | 296a2e4283d | Structure to support a custom auth | | |
David Walend | 55a50c3b968 | Better handling of error conditions | | |
David Walend | 06f9b9006a8 | Now handling common errors in all calls | | |
David Walend | 368deea0b86 | Consolidated the URI protocol handling code | | |
David Walend | 30e27302f5b | Added some basic error handling to the HttpClient | | |
David Walend | e7f277ea8cb | Curse Akka's lack of type safty.Why? Why did they do that? | | |
David Walend | 2e94565f3dd | Made it possible to substitute proxying of http calls with resource files | | |
David Walend | 29ac7995aaa | Fix for count=1 lockout bug, Shrine-1230 | | |
David Walend | 7aac3ad18ad | Increased the pmEndpoint timeout in the DSA and dashboard to 10 seconds | | |
David Walend | 8b400d8c0b6 | Switched from finding the default hostname via inetaddress to hardcoding localhost | | |
David Walend | 3834aa7ac92 | Limiting the ContainerRequestFilter to happy an internalstatus web api calls | | |
David Walend | 30777d7a1a4 | Trying to hook up a ContainerRequestFilter | | |
David Walend | bf0f2977340 | Made ManuallyWiredShrineJaxrsResources an object | | |
David Walend | f1ce82b7c5d | Removed one chunk of AuthStrategy's unused indirection. | | |
David Walend | 16e065f3dd4 | Separated out the ContainerRequestFilter for the status service before converting ManuallyWiredShrineJaxrsResources to an object. | | |
David Walend | 887c29b4a94 | Try getting status service to just respond to calls from the same machine. | | |
David Walend | 45f31b74277 | status service now serves Config | | |
David Walend | c54564e8118 | Checking in an attempt to add the new web api calls to shrine | | |