troyhart / dave-syer-springone2014-microservice-security

Various code samples from the http://presos.dsyer.com/decks/microservice-security.html presentation by Dave Syer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo samples from Microservice Security talk by Dave Syer at SpringOne2GX 2014. Slides here: http://presos.dsyer.com/decks/microservice-security.html.

Contents:

  • ./demo/app.groovy: the HTTP Basic auth sample app. Start it with Spring Boot CLI

  • ./certs: the X.509 authentication example. Start the Application class as a Spring Boot app (main method), and look at the tests and slides for how to log into it with the certificates in src/main/resources

  • /pairs/spring-session: the Spring Session demo, using a shared cookie as an authentication token between a front end UI and a back end service

About

Various code samples from the http://presos.dsyer.com/decks/microservice-security.html presentation by Dave Syer


Languages

Language:Java 53.1%Language:JavaScript 16.3%Language:Groovy 14.3%Language:HTML 13.1%Language:FreeMarker 3.1%Language:CSS 0.0%