Add image, update small items

This commit is contained in:
Owen
2025-12-10 18:27:25 -05:00
parent de61a00717
commit 0c2a5429d0
6 changed files with 294 additions and 305 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Access"
title: "Authentication"
description: "Only allow access to Resources to specific users, roles, and machines"
---
@@ -11,4 +11,8 @@ Access can be granted in several ways:
* **Users:** Assign access to Resources to specific users. Only those users will gain access to the Resource when they connect.
* **Machines:** Assign access to Resources to specific machines. Only those machines will gain access to the Resource when they connect. Note that machines can not be put into roles.
When removing access to a resource, the client will automatically tear down the WireGuard tunnel to that Resource if there are no other Resources accessible on that site.
When removing access to a resource, the client will automatically tear down the WireGuard tunnel to that Resource if there are no other Resources accessible on that site.
<Frame>
<img src="/images/private_access_controls.png" centered/>
</Frame>