Update Get it Running - Step by Step.md

This commit is contained in:
Joris 2021-12-23 14:03:45 +00:00
parent c7f3f32ed2
commit 47aa65b98b

View File

@ -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.admin"`<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"`).