We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0627 commit d1ad8a0Copy full SHA for d1ad8a0
1 file changed
src/authz-module/libraries-manager/context.tsx
@@ -9,7 +9,7 @@ import { PermissionMetadata, ResourceMetadata, Role } from 'types';
9
import { libraryPermissions, libraryResourceTypes, libraryRolesMetadata } from './constants';
10
11
const LIBRARY_TEAM_PERMISSIONS = ['view_library_team', 'manage_library_team'];
12
-const LIBRARY_AUTHZ_SCOPE = 'lib:*';
+const LIBRARY_AUTHZ_SCOPE = 'lib^*';
13
14
export type AppContextType = {
15
authenticatedUser: {
0 commit comments