|
141 | 141 | 'server.assign-hub',
|
142 | 142 | ],
|
143 | 143 | ],
|
| 144 | + 'role:bill.staff-manager' => [ |
| 145 | + 'type' => 1, |
| 146 | + 'children' => [ |
| 147 | + 'role:bill.manager', |
| 148 | + 'bill.charges.read', |
| 149 | + 'bill.see-server-charges', |
| 150 | + ], |
| 151 | + ], |
144 | 152 | 'role:server.master' => [
|
145 | 153 | 'type' => 1,
|
146 | 154 | 'description' => 'The role is generally assigned to staff who have exceptionally high permissions on servers management',
|
|
884 | 892 | 'role:hub.staff-admin',
|
885 | 893 | ],
|
886 | 894 | ],
|
| 895 | + 'role:staff-manager' => [ |
| 896 | + 'type' => 1, |
| 897 | + 'children' => [ |
| 898 | + 'role:bill.staff-manager', |
| 899 | + 'see-no-mans', |
| 900 | + ], |
| 901 | + ], |
887 | 902 | 'role:accounter' => [
|
888 | 903 | 'type' => 1,
|
889 | 904 | 'description' => 'The role is generally assigned to staff who are in charge of accounting',
|
|
1142 | 1157 | 'description' => 'The role is for testing only',
|
1143 | 1158 | 'children' => [
|
1144 | 1159 | 'role:staff-admin',
|
| 1160 | + 'role:staff-manager', |
1145 | 1161 | 'role:manager',
|
1146 | 1162 | 'role:document.master',
|
1147 | 1163 | 'role:finance.master',
|
|
1606 | 1622 | 'type' => 2,
|
1607 | 1623 | 'description' => 'Prohibits assign hub to server',
|
1608 | 1624 | ],
|
| 1625 | + 'bill.charges.read' => [ |
| 1626 | + 'type' => 2, |
| 1627 | + 'description' => 'Allows charges.read operation on the bill', |
| 1628 | + ], |
| 1629 | + 'deny:bill.charges.read' => [ |
| 1630 | + 'type' => 2, |
| 1631 | + 'description' => 'Prohibits charges.read operation on the bill', |
| 1632 | + ], |
| 1633 | + 'bill.see-server-charges' => [ |
| 1634 | + 'type' => 2, |
| 1635 | + 'description' => 'Allows to see server charges (detailed bill info)', |
| 1636 | + ], |
| 1637 | + 'deny:bill.see-server-charges' => [ |
| 1638 | + 'type' => 2, |
| 1639 | + 'description' => 'Denies to see server charges (detailed bill info)', |
| 1640 | + ], |
1609 | 1641 | 'hub.read' => [
|
1610 | 1642 | 'type' => 2,
|
1611 | 1643 | 'description' => 'Allows reading of the hub',
|
|
2704 | 2736 | 'type' => 2,
|
2705 | 2737 | 'description' => 'Prohibits admining',
|
2706 | 2738 | ],
|
| 2739 | + 'see-no-mans' => [ |
| 2740 | + 'type' => 2, |
| 2741 | + 'description' => 'Allows see-no-mans operation', |
| 2742 | + ], |
| 2743 | + 'deny:see-no-mans' => [ |
| 2744 | + 'type' => 2, |
| 2745 | + 'description' => 'Prohibits see-no-mans operation', |
| 2746 | + ], |
2707 | 2747 | 'manage' => [
|
2708 | 2748 | 'type' => 2,
|
2709 | 2749 | 'description' => 'Allows manageing',
|
|
2768 | 2808 | 'type' => 2,
|
2769 | 2809 | 'description' => 'Prohibits owning',
|
2770 | 2810 | ],
|
2771 |
| - 'see-no-mans' => [ |
2772 |
| - 'type' => 2, |
2773 |
| - 'description' => 'Allows see-no-mans operation', |
2774 |
| - ], |
2775 |
| - 'deny:see-no-mans' => [ |
2776 |
| - 'type' => 2, |
2777 |
| - 'description' => 'Prohibits see-no-mans operation', |
2778 |
| - ], |
2779 | 2811 | 'part.sell' => [
|
2780 | 2812 | 'type' => 2,
|
2781 | 2813 | 'description' => 'Allows selling of the part',
|
|
3056 | 3088 | 'type' => 2,
|
3057 | 3089 | 'description' => 'Prohibits view.not-used operation on the ref',
|
3058 | 3090 | ],
|
3059 |
| - 'bill.charges.read' => [ |
3060 |
| - 'type' => 2, |
3061 |
| - 'description' => 'Allows charges.read operation on the bill', |
3062 |
| - ], |
3063 |
| - 'deny:bill.charges.read' => [ |
3064 |
| - 'type' => 2, |
3065 |
| - 'description' => 'Prohibits charges.read operation on the bill', |
3066 |
| - ], |
3067 |
| - 'bill.see-server-charges' => [ |
3068 |
| - 'type' => 2, |
3069 |
| - 'description' => 'Allows to see server charges (detailed bill info)', |
3070 |
| - ], |
3071 |
| - 'deny:bill.see-server-charges' => [ |
3072 |
| - 'type' => 2, |
3073 |
| - 'description' => 'Denies to see server charges (detailed bill info)', |
3074 |
| - ], |
3075 | 3091 | 'client.set-description' => [
|
3076 | 3092 | 'type' => 2,
|
3077 | 3093 | 'description' => 'Allows set-description operation on the client',
|
|
0 commit comments