Skip to content

Commit cb2e254

Browse files
committed
docs: add GCE metadata emulator to sandbox docs
Mention loopback metadata server in the credentials section for GCP SDKs that bypass the proxy
1 parent 1fb9d2e commit cb2e254

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

architecture/sandbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ override template values so sandbox images cannot spoof identity, callback, or
7171
relay settings.
7272

7373
Credential placeholders in proxied HTTP requests can be resolved by the proxy
74-
when policy allows the target endpoint. Secrets must not be logged in OCSF or
75-
plain tracing output.
74+
when policy allows the target endpoint. For GCP providers, a loopback metadata
75+
server inside the network namespace serves placeholders to SDKs that bypass the
76+
proxy (e.g. Go's `cloud.google.com/go/compute/metadata`). Secrets must not be
77+
logged in OCSF or plain tracing output.
7678

7779
## Connect and Logs
7880

0 commit comments

Comments
 (0)