Add jwtproxy and configure verifier for /secscan/notify
This commit is contained in:
parent
6091db983b
commit
8c8ee9c2be
6 changed files with 30 additions and 0 deletions
8
conf/init/service/jwtproxy/run
Executable file
8
conf/init/service/jwtproxy/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
echo 'Starting jwtproxy'
|
||||
|
||||
cd /
|
||||
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml
|
||||
|
||||
echo 'Jwtproxy exited'
|
Reference in a new issue