SHRINE
  1. SHRINE

shrine

Public
AuthorCommitMessageCommit dateIssues
David WalendDavid Walend
63d938c2d6cReformatted ShrineJwtAuthenticator.scala
David WalendDavid Walend
18ebe89d2a4Another try at getting the pom.xml to build just JDK 7 code
David WalendDavid Walend
4761d5b7f69Swithcing 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 WalendDavid Walend
d7464de1cfeNow using just the jwtsString, almost able to switch to Bearer authentication.Checking in before puzzling through the broken build.
David WalendDavid Walend
013344e6f0eRemoved some less interesting dead code
David WalendDavid Walend
a41433107ccNow using jwt's kid field for the public part of the cert.
David WalendDavid Walend
08ea31cca74Trying out an ssl client that accepts all certs
David WalendDavid Walend
41ea6d99dcaMore logging and a fix - default value for status
David WalendDavid Walend
c44036dbcc7MMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/shrine/shrine into develop
David WalendDavid Walend
10a6cae3528Try sending the cert
Ben CarmenBen Carmen
339655e8be9Commit of merge.
Ben CarmenBen Carmen
86f7b56eb57MMerge remote-tracking branch 'origin/develop' into develop# Conflicts: # apps/dashboard-app/src/main/scala/net/shrine/dashboard/DashboardService.scala
Ben CarmenBen Carmen
3ad3fc618d3Commit of POSO stuff for Dashboard Status...also, commit of tests.
David WalendDavid Walend
3542b6d3ba3Try a comma as a delimiter
David WalendDavid Walend
3227a28cd7bAn attempt to circumvent Spray looking for key value pairs.Not sure if its the way to go.
David WalendDavid Walend
6a1a0a66245Took colons out of headers
David WalendDavid Walend
f5edcb1f071Need to try the file system to get the keystore.
David WalendDavid Walend
219ab95646dMinor test for a remote dashboard.
David WalendDavid Walend
b0acc5b62e9Should be wired up for urls to call into a remote dashboard.We'll see tomorrow.
David WalendDavid Walend
d755340cd8bShould have something that can call a remote dashboard.Getting the right urll next.
David WalendDavid Walend
d0e05a36c55Extracted a method to make the new auth header
David WalendDavid Walend
61e4d9640c2A few more tests for server-side jwts
David WalendDavid Walend
fef97f84cc4Using some bits from jwts to validate and prevent replay attacks.
Ben CarmenBen Carmen
bd405ddf8e4Commit of updated configuration file for dashboard.
Ben CarmenBen Carmen
a1f5c959c28Commit of status testing data.
Ben CarmenBen Carmen
69e05a28a65MMerge remote-tracking branch 'origin/develop' into develop
Ben CarmenBen Carmen
71c32e0c1e6Commit of POSO stuff for Status
David WalendDavid Walend
b4ec16ed082More error conditions and tests for dashboard-to-dashboard
David WalendDavid Walend
5f87789e5c1Added an example of getting a string from a url and doing something with it.
David WalendDavid Walend
213aeef1aa1Using cert serial numbers for dashboard-to-dashboard comms
David WalendDavid Walend
0056e4eb5b4Got some tests of rejecting bad auth working
David WalendDavid Walend
fcfac771566Now able to get at the header
David WalendDavid Walend
296a2e4283dStructure to support a custom auth
David WalendDavid Walend
55a50c3b968Better handling of error conditions
David WalendDavid Walend
06f9b9006a8Now handling common errors in all calls
David WalendDavid Walend
368deea0b86Consolidated the URI protocol handling code
David WalendDavid Walend
30e27302f5bAdded some basic error handling to the HttpClient
David WalendDavid Walend
e7f277ea8cbCurse Akka's lack of type safty.Why? Why did they do that?
David WalendDavid Walend
2e94565f3ddMade it possible to substitute proxying of http calls with resource files
David WalendDavid Walend
29ac7995aaaFix for count=1 lockout bug, Shrine-1230
David WalendDavid Walend
7aac3ad18adIncreased the pmEndpoint timeout in the DSA and dashboard to 10 seconds
David WalendDavid Walend
8b400d8c0b6Switched from finding the default hostname via inetaddress to hardcoding localhost
David WalendDavid Walend
3834aa7ac92Limiting the ContainerRequestFilter to happy an internalstatus web api calls
David WalendDavid Walend
30777d7a1a4Trying to hook up a ContainerRequestFilter
David WalendDavid Walend
bf0f2977340Made ManuallyWiredShrineJaxrsResources an object
David WalendDavid Walend
f1ce82b7c5dRemoved one chunk of AuthStrategy's unused indirection.
David WalendDavid Walend
16e065f3dd4Separated out the ContainerRequestFilter for the status service before converting ManuallyWiredShrineJaxrsResources to an object.
David WalendDavid Walend
887c29b4a94Try getting status service to just respond to calls from the same machine.
David WalendDavid Walend
45f31b74277status service now serves Config
David WalendDavid Walend
c54564e8118Checking in an attempt to add the new web api calls to shrine