mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-16 12:17:57 +01:00
Update Get it Running - Step by Step.md
This commit is contained in:
parent
4eb15d3552
commit
2c90c4893c
@ -188,7 +188,7 @@ Define a machine called "door" in the bffh.dhall<br>
|
|||||||
` , read = "lab.door.read"`<br>
|
` , read = "lab.door.read"`<br>
|
||||||
` , write = "lab.door.write"`<br>
|
` , write = "lab.door.write"`<br>
|
||||||
` },`<br>
|
` },`<br>
|
||||||
- create a role having ALL permissions to the door
|
- create a role having ALL permissions to the door<br>
|
||||||
`DoorUser =`<br>
|
`DoorUser =`<br>
|
||||||
`{ permissions = `<br>
|
`{ permissions = `<br>
|
||||||
`[ "lab.door.write"` - allows the user to use the door<br>
|
`[ "lab.door.write"` - allows the user to use the door<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user