From 512a92a543fc860333888dd03f390a5f99100bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 26 Aug 2022 22:22:44 +0200 Subject: [PATCH] docs: Add https_proxy to confidential agent config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The agent configuration file, which is part of the docs, is used by the confidential containers CIs and, right now, cannot be run behind a firewall, which is exactly how the TDX CIs are reunning, as https_proxy is not set there. Fixes: #5020 Depends-on: github.com/kata-containers/tests#5080 Signed-off-by: Fabiano FidĂȘncio --- docs/how-to/data/confidential-agent-config.toml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/how-to/data/confidential-agent-config.toml.in b/docs/how-to/data/confidential-agent-config.toml.in index bf293db86d..adb05b56c8 100644 --- a/docs/how-to/data/confidential-agent-config.toml.in +++ b/docs/how-to/data/confidential-agent-config.toml.in @@ -4,6 +4,7 @@ # aa_kbc_params = "$AA_KBC_PARAMS" +https_proxy = "$HTTPS_PROXY" [endpoints] allowed = [ "AddARPNeighborsRequest",