diff --git a/config/jetty-restrict-writes.xml b/config/jetty-restrict-writes.xml
index 78b406a..edc6e4c 100644
--- a/config/jetty-restrict-writes.xml
+++ b/config/jetty-restrict-writes.xml
@@ -96,6 +96,23 @@
+
+
+
+
+
+
+ DELETE
+
+ /_snapshot/*/*
+
+
+
+
+
+
+
+
@@ -148,7 +165,9 @@
/{index}/_segments,/{index}/_settings,/{index}/_stats,/{index}/_stats/*,/{index}/_stats/*/*,
/{index}/_status,/{index}/{type}/_mapping,/{index}/{type}/{id}/_ping,
/_nodes,/_nodes/*,/_nodes/*/*,/_nodes/*/*/*,/{index}/_warmer,/{index}/_warmer/{name},
- /{index}/{type}/_warmer/{name}
+ /{index}/{type}/_warmer/{name},
+ /_cat,/_cat/*,/_cat/*/*,
+ /_snapshot,/_snapshot/*,/_snapshot/*/*,/_snapshot/*/*/*
@@ -295,7 +314,8 @@
/_cluster/nodes/_restart,/_cluster/nodes/_shutdown,
/_cluster/nodes/{nodeId}/_restart,/_cluster/nodes/{nodeId}/_shutdown,
- /_shutdown,/_cluster/reroute
+ /_shutdown,/_cluster/reroute,
+ /_snapshot/*/*/_restore
@@ -331,7 +351,8 @@
PUT
- /_cluster/settings,/_settings
+ /_cluster/settings,/_settings,
+ /_snapshot/*,/_snapshot/*/*