Skip to content

Commit 2caa5c7

Browse files
committed
Updated notes for enabling dashboard
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 53fe4ca commit 2caa5c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/edge/dashboard.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ sudo mv ./jwt_key /var/lib/faasd/secrets/key
3636
sudo mv ./jwt_key.pub /var/lib/faasd/secrets/key.pub
3737
```
3838

39+
Then update the permissions for the user the dashboard runs as:
40+
41+
```bash
42+
sudo chown 65534 /var/lib/faasd/secrets/key*
43+
```
44+
3945
Then restart faasd:
4046

4147
```bash

docs/openfaas-pro/dashboard.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ The OpenFaaS Dashboard is a new UI, rebuilt to make operating and understanding
44

55
> Note: This feature is included for [OpenFaaS Standard & For Enterprises](https://openfaas.com/pricing/) customers.
66
7-
87
## Using the dashboard
98

109
Your browser can save the password for your various OpenFaaS environments, so that the credentials can follow you between machines, or be saved in password manager like 1Password.

0 commit comments

Comments
 (0)