Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/elasticsearch-readonlyrest.yml')
-rw-r--r--docs/elasticsearch-readonlyrest.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/elasticsearch-readonlyrest.yml b/docs/elasticsearch-readonlyrest.yml
deleted file mode 100644
index 8a3cf8e..0000000
--- a/docs/elasticsearch-readonlyrest.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-readonlyrest:
-
- access_control_rules:
-
- - name: Accept requests from cloud1 on my_index
- groups: ["cloud1"]
- indices: ["my_index"]
-
- - name: Accept requests from cloud2 on another_index
- groups: ["cloud2"]
- indices: ["another_index"]
-
- users:
-
- - username: username
- auth_key: username:password
- groups: ["cloud1"]
-
- - username: test
- auth_key_sha1: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
- groups: ["cloud2"]
-
-