Skip to content

Commit d1ad8a0

Browse files
committed
fix: update the library scope according to the backend requirements
1 parent f2f0627 commit d1ad8a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/authz-module/libraries-manager/context.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { PermissionMetadata, ResourceMetadata, Role } from 'types';
99
import { libraryPermissions, libraryResourceTypes, libraryRolesMetadata } from './constants';
1010

1111
const LIBRARY_TEAM_PERMISSIONS = ['view_library_team', 'manage_library_team'];
12-
const LIBRARY_AUTHZ_SCOPE = 'lib:*';
12+
const LIBRARY_AUTHZ_SCOPE = 'lib^*';
1313

1414
export type AppContextType = {
1515
authenticatedUser: {

0 commit comments

Comments
 (0)