mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
[PM-6167] Remove cosmos logging sink (#3769)
* get rid of cosmos logging sink * remove logs from layout * delete log models * remove logs_view permission --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
This commit is contained in:
@ -47,8 +47,7 @@ public static class RolePermissionMapping
|
||||
Permission.Tools_PromoteAdmin,
|
||||
Permission.Tools_GenerateLicenseFile,
|
||||
Permission.Tools_ManageTaxRates,
|
||||
Permission.Tools_ManageStripeSubscriptions,
|
||||
Permission.Logs_View
|
||||
Permission.Tools_ManageStripeSubscriptions
|
||||
}
|
||||
},
|
||||
{ "admin", new List<Permission>
|
||||
@ -94,8 +93,7 @@ public static class RolePermissionMapping
|
||||
Permission.Tools_GenerateLicenseFile,
|
||||
Permission.Tools_ManageTaxRates,
|
||||
Permission.Tools_ManageStripeSubscriptions,
|
||||
Permission.Tools_CreateEditTransaction,
|
||||
Permission.Logs_View
|
||||
Permission.Tools_CreateEditTransaction
|
||||
}
|
||||
},
|
||||
{ "cs", new List<Permission>
|
||||
@ -123,8 +121,7 @@ public static class RolePermissionMapping
|
||||
Permission.Org_Billing_View,
|
||||
Permission.Org_Billing_LaunchGateway,
|
||||
Permission.Provider_List_View,
|
||||
Permission.Provider_View,
|
||||
Permission.Logs_View
|
||||
Permission.Provider_View
|
||||
}
|
||||
},
|
||||
{ "billing", new List<Permission>
|
||||
@ -163,8 +160,7 @@ public static class RolePermissionMapping
|
||||
Permission.Tools_GenerateLicenseFile,
|
||||
Permission.Tools_ManageTaxRates,
|
||||
Permission.Tools_ManageStripeSubscriptions,
|
||||
Permission.Tools_CreateEditTransaction,
|
||||
Permission.Logs_View
|
||||
Permission.Tools_CreateEditTransaction
|
||||
}
|
||||
},
|
||||
{ "sales", new List<Permission>
|
||||
@ -193,8 +189,7 @@ public static class RolePermissionMapping
|
||||
Permission.Provider_Create,
|
||||
Permission.Provider_Edit,
|
||||
Permission.Provider_View,
|
||||
Permission.Provider_ResendEmailInvite,
|
||||
Permission.Logs_View
|
||||
Permission.Provider_ResendEmailInvite
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user