Add support ticket fixed roles to cloud role sync (#90864)
* Add support ticket fixed roles to cloud role sync * Adding tests * Fix the linter
This commit is contained in:
@@ -33,6 +33,10 @@ const (
|
||||
FixedCloudViewerRole = "fixed:cloud:viewer"
|
||||
FixedCloudEditorRole = "fixed:cloud:editor"
|
||||
FixedCloudAdminRole = "fixed:cloud:admin"
|
||||
|
||||
FixedCloudSupportTicketReader = "fixed:cloud:supportticket:reader"
|
||||
FixedCloudSupportTicketEditor = "fixed:cloud:supportticket:editor"
|
||||
FixedCloudSupportTicketAdmin = "fixed:cloud:supportticket:admin"
|
||||
)
|
||||
|
||||
// Roles definition
|
||||
|
||||
Reference in New Issue
Block a user