auth

Paddy 2015-07-13 Parent:aa14e29b666f

177:5d52b9d83184 Go to Latest

auth/authd/wrapper.sh

Add notes about model events. We need to sensibly trigger events about models, so I left some basic notes about triggering an event when a Profile is created.

History
1 #!/bin/sh
3 JWT_SECRET_FILE=${JWT_SECRET_FILE:-/private/kubernetes/jwt/secret}
5 JWT_SECRET=`cat ${JWT_SECRET_FILE}`
7 JWT_SECRET="${JWT_SECRET}" JWT_SECRET_IS_BASE64_ENCODED="true" ./authd