You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic authentication is now enabled by default for your protection. If you need to disable it pass the flag --no-auth to the ./deploy_stack.sh command above.
39
+
As of OpenFaaS 0.8.6 basic authentication will be enabled by default when running ./deploy\_stack.sh. If you need to disable it pass the flag `--no-auth` to the ./deploy_stack.sh script as above.
40
40
41
41
### 2.1 Store your admin credentials
42
42
@@ -52,9 +52,9 @@ Attempting to create credentials for gateway..
52
52
password-stdin
53
53
```
54
54
55
-
Run the command as you see it in your console, do not copy/paste the login command.
55
+
Run the command as you see it in your console, do not copy/paste the login command. Once you run `faas-cli login` your password will be stored as a hash at `~/.openfaas/config.yaml`.
56
56
57
-
You will need the password for using the UI and REST API on the gateway, but you can invoke your functions without it.
57
+
You will need the password for the CLI, UI and REST API on the gateway, but you can invoke your functions without it.
If you have deployed OpenFaaS to the recommended namespaces then functions are in the `openfaas-fn` namespace and the core services are in the `openfaas` namespace. The `-n` flag to `kubectl` sets the namespace to look at.
@@ -268,6 +278,21 @@ From within the `faas-netes` folder:
0 commit comments