Skip to content

Commit 4fce8a9

Browse files
committed
Revert "feat: add RS ACl"
This reverts commit 8b9f056.
1 parent 8b9f056 commit 4fce8a9

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

model/acl/acl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ const (
7070
Tasks
7171
Termvectors
7272
Update
73-
ReactiveSearch
7473
)
7574

7675
// NewContext returns a new context with the given ACL.

model/category/category.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,6 @@ func (c Category) ACLs() []acl.ACL {
238238
acl.Ingest,
239239
acl.Snapshot,
240240
}
241-
case ReactiveSearch:
242-
return []acl.ACL{
243-
acl.ReactiveSearch,
244-
}
245241
default:
246242
return []acl.ACL{}
247243
}

0 commit comments

Comments
 (0)