Skip to content

Commit 12e8f3b

Browse files
Fixed #46
Fixed #46 Remove RBAC stuff from users enumeration
1 parent f6d783c commit 12e8f3b

File tree

2 files changed

+3
-30
lines changed

2 files changed

+3
-30
lines changed

Connection/ObserveConnection.cs

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,33 +2708,6 @@ public static string users(AuthenticatedUser currentUser)
27082708
comment
27092709
expirationTime
27102710
timezone
2711-
rbacGroups {
2712-
name
2713-
id
2714-
__typename
2715-
}
2716-
rbacStatements {
2717-
id
2718-
description
2719-
subject {
2720-
userId
2721-
groupId
2722-
all
2723-
__typename
2724-
}
2725-
object {
2726-
objectId
2727-
folderId
2728-
workspaceId
2729-
type
2730-
name
2731-
owner
2732-
all
2733-
__typename
2734-
}
2735-
role
2736-
__typename
2737-
}
27382711
__typename
27392712
}
27402713
__typename

observe-entity-explorer.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<RootNamespace>Observe.EntityExplorer</RootNamespace>
88
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
99

10-
<Version>2025.2.27.0</Version>
11-
<FileVersion>2025.2.27.0</FileVersion>
12-
<AssemblyVersion>2025.2.27.0</AssemblyVersion>
10+
<Version>2025.3.19.0</Version>
11+
<FileVersion>2025.3.19.0</FileVersion>
12+
<AssemblyVersion>2025.3.19.0</AssemblyVersion>
1313
<Authors>Daniel Odievich ([email protected])</Authors>
1414
<Company>Observe Inc.</Company>
1515
<Product>Observe Entity Explorer</Product>

0 commit comments

Comments
 (0)