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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,17 @@ An open source implementation of the Tailscale coordination server.
7
7
-[x] Basic functionality (nodes can communicate with each other)
8
8
-[x] Node registration through the web flow
9
9
-[x] Network changes are relied to the nodes
10
+
-[x]~~Multiuser~~ Namespace support
11
+
-[ ] Share nodes between ~~users~~ namespaces
10
12
-[ ] Node registration via pre-auth keys
11
-
-[ ] (WIP) Multiuser support
12
13
-[ ] ACLs
13
14
-[ ] DNS
14
15
15
16
... and probably lots of stuff missing
16
17
17
18
## Roadmap 🤷
18
19
19
-
Adding multiuser support seems doable. Rather than actual users, this multi-tenancy will probably look more like namespaces in Kubernetes - a logical partitioning of resources created with a CLI.
20
+
Basic multiuser support (multinamespace, actually) is now implemented. No node sharing or ACLs between namespaces yet though...
0 commit comments