From f0172e618a94ccebf624e65c7361f8a39114d4bc Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 30 Dec 2019 20:47:51 +0000 Subject: [PATCH] Move basic auth note to common section Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ac2702..96e0053 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,6 @@ go build # sudo ./faasd up ``` -You will then need to get the basic-auth password, it is written to `$GOPATH/src/github.com/alexellis/faasd/basic-auth-password` if you followed the above instructions. -The default Basic Auth username is `admin`, which is written to `$GOPATH/src/github.com/alexellis/faasd/basic-auth-user`, if you wish to use a non-standard user then create this file and add your username (no newlines or other characters) ### Build and run (binaries) ```sh @@ -125,6 +123,11 @@ Since faas-containerd uses containerd heavily it is not running as a container, * Now go to the gateway's IP address as shown above on port 8080, i.e. http://172.19.0.3:8080 - you can also use this address to deploy OpenFaaS Functions via the `faas-cli`. +* basic-auth + + You will then need to get the basic-auth password, it is written to `$GOPATH/src/github.com/alexellis/faasd/basic-auth-password` if you followed the above instructions. +The default Basic Auth username is `admin`, which is written to `$GOPATH/src/github.com/alexellis/faasd/basic-auth-user`, if you wish to use a non-standard user then create this file and add your username (no newlines or other characters) + #### Installation with systemd * `faasd install` - install faasd and containerd with systemd, run in `$GOPATH/src/github.com/alexellis/faasd`