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
Copy file name to clipboardExpand all lines: docs/installation/3authentication.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Authentication
2
2
The UI has a built-in authentication to restrict access. All methods can be used simultaneously.
3
3
4
-
## local
4
+
## Local
5
5
This may fit for single users and very small teams. The authentication credentials are stored in the environment variable KUBERO_USERS as a base64 encoded string.
6
6
7
7
> ⚠️ **Warning** <br>
@@ -60,7 +60,7 @@ stringData:
60
60
kubectl apply -f secrets.yaml -n kubero
61
61
```
62
62
63
-
## github
63
+
## Github
64
64
If you have already have a Github team and want to grant access to them, use this section.
0 commit comments