fix: allow upc keys to access display endpoint

This commit is contained in:
Alexis Tyler
2021-05-17 12:08:07 +09:30
parent b97e2f5bf6
commit ba13ff94bf

View File

@@ -65,7 +65,8 @@ export const upc = {
{ resource: 'vars', action: 'read:any', attributes: '*' },
{ resource: 'disk', action: 'read:any', attributes: '*' },
{ resource: 'crash-reporting-enabled', action: 'read:any', attributes: '*' },
{ resource: 'servers', action: 'read:any', attributes: '*' }
{ resource: 'servers', action: 'read:any', attributes: '*' },
{ resource: 'display', action: 'read:any', attributes: '*' }
]
};