From 9b7647a9c1d7b1d2f867315735edc050c3cb2515 Mon Sep 17 00:00:00 2001 From: Johan Fylling Date: Fri, 17 Dec 2021 17:08:05 +0100 Subject: [PATCH] Fixed changes requested by @srenatus (squash before merge) Adding documentation. Signed-off-by: Johan Fylling --- docs/content/deployments.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/deployments.md b/docs/content/deployments.md index f71c444966..09b1e629d5 100644 --- a/docs/content/deployments.md +++ b/docs/content/deployments.md @@ -445,6 +445,8 @@ Not providing a capabilities file, or providing a file without an `allow_net` ke Note that the metaschemas http://json-schema.org/draft-04/schema, http://json-schema.org/draft-06/schema, and http://json-schema.org/draft-07/schema, are always available, even without network access. +Similarly, the `allow_net` capability restricts what hosts the `http.send` built-in function may send requests to, and what hosts the `net.lookup_ip_addr` built-in function may resolve IP addresses for. + ### Future keywords The availability of future keywords in an OPA version can also be controlled using the capabilities file: