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
Updates Swarm deployment guide and play-with-docker instrucctions
to advise user to keep credentials and at the least to log in via
the faas-cli.
Signed-off-by: Alex Ellis (VMware) <[email protected]>
If you want to try newer features you can checkout the `master` branch, but we do not recommend that for first-time users.
38
+
!!! info
39
+
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.
40
+
41
+
### 2.1 Store your admin credentials
42
+
43
+
The default configuration will create a username and password combination for you:
Basic authentication is now enabled by default for your protection so note down your credentials. If you need to disable it pass the flag --no-auth to the ./deploy_stack.sh command above.
51
+
49
52
`./deploy_stack.sh` can be run at any time and deploys the core OpenFaas components. You can read more about these in the [TestDrive document](https://github.com/openfaas/faas/blob/master/TestDrive.md)
0 commit comments