mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-12-22 20:13:48 +01:00
Update Get it Running - Step by Step.md
This commit is contained in:
parent
c7f3f32ed2
commit
47aa65b98b
@ -196,4 +196,7 @@ Define a machine called "door" in the bffh.dhall<br>
|
|||||||
`, "lab.door.disclose"` - allows the user to see the machine in the machine overview<br>
|
`, "lab.door.disclose"` - allows the user to see the machine in the machine overview<br>
|
||||||
`, "lab.door.admin"`<br>
|
`, "lab.door.admin"`<br>
|
||||||
`]`<br>
|
`]`<br>
|
||||||
-assign the role DoorUser to all users
|
- assign the role DoorUser/internal to all users
|
||||||
|
|
||||||
|
It is imporatant all users have admin aka manage permissions, as the request to open the door by a user, thet the door "in Use" by this user. The door can only be re-activated when the previous user "un-uses" the door or if an othe user can "force free" the door prior to using the door hin/herself
|
||||||
|
**Note** in this special case, where all users will need admin capabilities the role could also contain only the permission `lab.door.use` and all permissions (disclos, manage, read, write) assigned to the machine would simply match `lab.door.use` (e.g. disclose = "lab.door.use"`).
|
||||||
|
Loading…
Reference in New Issue
Block a user