Commit 31eeb6b
authored
Fix Cluster Selector (#1289)
## Changes
- Show proper title when the selector is invoked from the tree view
- Fix the permission detection
iam API errors out on all the clusters for which a users doesn't have
CAN_MANAGE permission. ClustersAPI works better in that regard and
returns correct acl info.
Also add `users` to the groups check, which refers to "All Workspace
Users".
## Tests
<!-- How is this tested? -->1 parent fded834 commit 31eeb6b
File tree
2 files changed
+7
-6
lines changed- packages/databricks-vscode/src
- configuration
- sdk-extensions
2 files changed
+7
-6
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 176 | + | |
| 177 | + | |
180 | 178 | | |
181 | | - | |
182 | 179 | | |
183 | 180 | | |
184 | 181 | | |
185 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments