Add jwtproxy and configure verifier for /secscan/notify

This commit is contained in:
Evan Cordell 2016-04-18 11:42:17 -05:00 committed by Jimmy Zelinskie
parent 6091db983b
commit 8c8ee9c2be
6 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -i -t jwtproxy

8
conf/init/service/jwtproxy/run Executable file
View file

@ -0,0 +1,8 @@
#! /bin/bash
echo 'Starting jwtproxy'
cd /
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml
echo 'Jwtproxy exited'