5 Commits

Author SHA1 Message Date
Alex Ellis (VMware)
6b7f2fc0a1 Enable basic-auth by default
The deployment script will enable basic-auth by default to help
avoid people deploying to a public IP with no protection from
malicious actors.

- In deploy_stash.sh /dev/random can hang on some systems, so using
  urandom will give a better experience, if less "random" data.
  For the purposes of creating an initial basic auth password this
  is sufficient.
- Alpine Linux does not have the shasum command, but sha256sum.
- Tested on MacOS with and without --no-auth flag.
- Does not apply for armhf or powershell.

BASIC_AUTH env-var added by Vivek Syngh @viveksyngh

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-07-16 12:50:08 +01:00
John McCabe
b2e51e5dad Check for docker in linux deploy_stack scripts
This commit updates the linux (both ARM and x86) deploy_stack scripts to
check for the availability of the Docker command and print the same
error returned by the PS1 script if not found.

Signed-off-by: John McCabe <john@johnmccabe.net>
2017-08-16 21:48:53 +01:00
Alex Ellis
1aba6699fe Pending ARMhf changes 2017-01-30 22:15:06 +00:00
Alex
ab2f8e85f3 Introduce gateway_function_invocation_total to track individual functions
Introduce prometheus_alertmanager into stack - have it fire into webhook stash
2017-01-21 10:11:33 +00:00
Alex Ellis
eb0776e3a3 Update to support docker stack deploy 2017-01-09 13:24:42 +00:00