Merge pull request #1726 from automatisch/AUT-839

refactor: rewrite usePermissionCatalog with RQ
This commit is contained in:
Ali BARIN
2024-03-15 15:28:33 +01:00
committed by GitHub
6 changed files with 29 additions and 47 deletions

View File

@@ -25,7 +25,6 @@ type Query {
): [SubstepArgument]
getBillingAndUsage: GetBillingAndUsage
getConfig(keys: [String]): JSONObject
getPermissionCatalog: PermissionCatalog
getNotifications: [Notification]
getSamlAuthProviderRoleMappings(id: String!): [SamlAuthProvidersRoleMapping]
getUsers(limit: Int!, offset: Int!): UserConnection
@@ -643,12 +642,6 @@ type Permission {
conditions: [String]
}
type PermissionCatalog {
actions: [Action]
subjects: [Subject]
conditions: [Condition]
}
type Action {
label: String
key: String