mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 17:34:18 +00:00
docs: Add https_proxy to confidential agent config
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 <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
aa_kbc_params = "$AA_KBC_PARAMS"
|
aa_kbc_params = "$AA_KBC_PARAMS"
|
||||||
|
https_proxy = "$HTTPS_PROXY"
|
||||||
[endpoints]
|
[endpoints]
|
||||||
allowed = [
|
allowed = [
|
||||||
"AddARPNeighborsRequest",
|
"AddARPNeighborsRequest",
|
||||||
|
Reference in New Issue
Block a user