File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,34 @@ const ossHvhs = [
169
169
type : 'orgs' ,
170
170
} ,
171
171
} ,
172
+ {
173
+ action : 'read' ,
174
+ resource : {
175
+ orgID : 'bulldogs' ,
176
+ type : 'remotes' ,
177
+ } ,
178
+ } ,
179
+ {
180
+ action : 'write' ,
181
+ resource : {
182
+ orgID : 'bulldogs' ,
183
+ type : 'remotes' ,
184
+ } ,
185
+ } ,
186
+ {
187
+ action : 'read' ,
188
+ resource : {
189
+ orgID : 'bulldogs' ,
190
+ type : 'replications' ,
191
+ } ,
192
+ } ,
193
+ {
194
+ action : 'write' ,
195
+ resource : {
196
+ orgID : 'bulldogs' ,
197
+ type : 'replications' ,
198
+ } ,
199
+ } ,
172
200
{
173
201
action : 'read' ,
174
202
resource : {
Original file line number Diff line number Diff line change @@ -26,7 +26,13 @@ const sharedPermissionTypes: PermissionTypes[] = [
26
26
27
27
const cloudPermissionTypes = [ 'flows' , 'functions' ]
28
28
29
- const ossPermissionTypes = [ 'notebooks' , 'scrapers' , 'sources' ]
29
+ const ossPermissionTypes = [
30
+ 'notebooks' ,
31
+ 'scrapers' ,
32
+ 'sources' ,
33
+ 'remotes' ,
34
+ 'replications' ,
35
+ ]
30
36
31
37
// TODO: replace this with some server side mechanism
32
38
const allPermissionTypes : PermissionTypes [ ] = sharedPermissionTypes . concat (
You can’t perform that action at this time.
0 commit comments