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:
Vardan Torosyan
2024-07-24 17:58:21 +02:00
committed by GitHub
parent f1c3c55983
commit 82236976ae
3 changed files with 136 additions and 18 deletions
+4
View File
@@ -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