Skip to content

Commit 2040e9a

Browse files
committed
fix(admin-ui): properties and logging page
1 parent c227872 commit 2040e9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

admin-ui/plugins/auth-server/plugin-metadata.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import {
4040
SCOPE_WRITE,
4141
JWKS_READ,
4242
SESSION_READ,
43+
PROPERTIES_READ,
44+
LOGGING_READ
4345
} from 'Utils/PermChecker'
4446

4547
const PLUGIN_BASE_APTH = '/auth-server'
@@ -66,12 +68,12 @@ const pluginMetadata = {
6668
{
6769
title: 'menus.properties',
6870
path: PLUGIN_BASE_APTH + '/config/properties',
69-
permission: ACR_READ,
71+
permission: PROPERTIES_READ,
7072
},
7173
{
7274
title: 'menus.logging',
7375
path: PLUGIN_BASE_APTH + '/config/logging',
74-
permission: ACR_READ,
76+
permission: LOGGING_READ,
7577
},
7678
],
7779
},

0 commit comments

Comments
 (0)