From 5673d3fcad234618f170ec59cbbdedc555047c28 Mon Sep 17 00:00:00 2001 From: Will Fleury Date: Wed, 5 Nov 2025 08:45:01 +0000 Subject: [PATCH] Add environment overview notes --- ENVIRONMENT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ENVIRONMENT.md diff --git a/ENVIRONMENT.md b/ENVIRONMENT.md new file mode 100644 index 000000000..b92935f61 --- /dev/null +++ b/ENVIRONMENT.md @@ -0,0 +1,7 @@ +# Environment Notes + +This containerized environment runs inside a Kata Containers micro-VM backed by Cloud Hypervisor. Key evidence includes the kernel boot parameters targeting `kata-containers.target`, virtio-fs mounts labeled `kataShared`, and DMI strings reporting `Cloud Hypervisor`. + +Outbound HTTP and HTTPS traffic is routed through an Envoy MITM proxy exposed at `http://proxy:8080`. Trust is established via the shared certificate located at `/usr/local/share/ca-certificates/envoy-mitmproxy-ca-cert.crt`, referenced by multiple environment variables such as `SSL_CERT_FILE`, `REQUESTS_CA_BUNDLE`, and `NODE_EXTRA_CA_CERTS`. + +No Codex CLI authentication credentials (API keys or tokens) are preconfigured in the environment. Any Codex CLI usage would require supplying credentials manually or leveraging an external authentication mechanism.