chore: update defaultPermissions

This commit is contained in:
Alexis Tyler
2020-12-13 00:37:41 +10:30
parent 2bff9f0f09
commit 35cf466852
2 changed files with 30 additions and 24 deletions

View File

@@ -52,16 +52,31 @@
"action": "read:any",
"attributes": "*"
},
{
"resource": "info",
"action": "read:any",
"attributes": "*"
},
{
"resource": "license-key",
"action": "read:any",
"attributes": "*"
},
{
"resource": "machine-id",
"action": "read:any",
"attributes": "*"
},
{
"resource": "memory",
"action": "read:any",
"attributes": "*"
},
{
"resource": "online",
"action": "read:any",
"attributes": "*"
},
{
"resource": "os",
"action": "read:any",
@@ -82,6 +97,11 @@
"action": "read:any",
"attributes": "*"
},
{
"resource": "servers",
"action": "read:any",
"attributes": "*"
},
{
"resource": "service",
"action": "read:any",
@@ -108,7 +128,7 @@
"attributes": "*"
},
{
"resource": "machine-id",
"resource": "software-versions",
"action": "read:any",
"attributes": "*"
},
@@ -118,7 +138,7 @@
"attributes": "*"
},
{
"resource": "software-versions",
"resource": "uptime",
"action": "read:any",
"attributes": "*"
},
@@ -133,7 +153,7 @@
"attributes": "*"
},
{
"resource": "info",
"resource": "vars",
"action": "read:any",
"attributes": "*"
},
@@ -146,21 +166,6 @@
"resource": "vm/network",
"action": "read:any",
"attributes": "*"
},
{
"resource": "servers",
"action": "read:any",
"attributes": "*"
},
{
"resource": "vars",
"action": "read:any",
"attributes": "*"
},
{
"resource": "online",
"action": "read:any",
"attributes": "*"
}
]
},