Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Financial-Times/vulcan-session-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

#Vulcan session auth

Plugin for vulcan that does basic auth and maintains a cookie session of one day. The seed for secure cookies is kept in memory and therefore restart of vulcan will invalidate all sessions.

Based on https://github.com/mailgun/vulcand-auth/ with sessions added on top.

###Usage

etcdctl set /vulcand/frontends/f1/middlewares/auth1 '{"Type": "sauth", "Middleware":{"Credentials": "foo:bar,us3r:p@ss"}}'

This plugin gets used by ft-vulcan build.