mirror of
https://gitlab.com/volkersfreunde/dockercompose.git
synced 2025-03-11 14:31:46 +01:00
real admin
This commit is contained in:
parent
43fca5cd9d
commit
45c41313ee
@ -51,8 +51,6 @@
|
||||
-- URL of BFFH Instance
|
||||
instanceurl = "localtest.fab-access.org",
|
||||
|
||||
|
||||
|
||||
roles = {
|
||||
Admin = {
|
||||
permissions = [
|
||||
@ -68,7 +66,10 @@
|
||||
"TestEnv.Read.C",
|
||||
"TestEnv.Disclose.A",
|
||||
"TestEnv.Disclose.B",
|
||||
"TestEnv.Disclose.C"
|
||||
"TestEnv.Disclose.C",
|
||||
"bffh.users.manage",
|
||||
"bffh.users.info",
|
||||
"bffh.users.admin",
|
||||
]
|
||||
},
|
||||
|
||||
@ -402,6 +403,12 @@
|
||||
actor_connections = [
|
||||
{ machine = "tasmota_8365AF", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8352F4", actor = "tasmota_8352F4" },
|
||||
|
||||
{ machine = "tasmota_8365AF", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8352F4", actor = "tasmota_8352F4" },
|
||||
{ machine = "tasmota_8365AF", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8365AF", actor = "tasmota_8365AF" },
|
||||
{ machine = "tasmota_8352F4", actor = "tasmota_8352F4" },
|
||||
] : List { machine : Text, actor : Text },
|
||||
|
||||
initiators = {=},
|
||||
|
@ -1,11 +1,11 @@
|
||||
[Admin1]
|
||||
roles = ["Admin", "usermanagement"]
|
||||
roles = ["Admin"]
|
||||
passwd = "secret"
|
||||
noot = "noot!"
|
||||
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
||||
[Admin2]
|
||||
roles = ["Admin", "usermanagement"]
|
||||
roles = ["Admin"]
|
||||
passwd = "secret"
|
||||
noot = "noot!"
|
||||
cardkey = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
||||
|
Loading…
x
Reference in New Issue
Block a user