mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-30 23:37:45 +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:
parent
e528b63f4f
commit
512a92a543
@ -4,6 +4,7 @@
|
||||
#
|
||||
|
||||
aa_kbc_params = "$AA_KBC_PARAMS"
|
||||
https_proxy = "$HTTPS_PROXY"
|
||||
[endpoints]
|
||||
allowed = [
|
||||
"AddARPNeighborsRequest",
|
||||
|
Loading…
Reference in New Issue
Block a user