FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(devel): enable CLI telemetry in the traced sandbox kit by migmartri · Pull Request #3382 · chainloop-dev/chainloop · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yaml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion devel/sandbox-kit/spec.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ environment:
# MUST share it (transcript discovery is os.UserHomeDir()-based; a mismatch
# silently loses usage/cost/tools), but sbx already sets HOME=/home/agent on
# PID 1, so every child inherits it - verified in a plain `claude` sandbox.
DO_NOT_TRACK: "1" # silence PostHog telemetry under restricted egress
# Mode selection - see the traceMode arg above for what each value does.
CHAINLOOP_TRACE_MODE: ${{ kit.args.traceMode }}
# `trace run` identity ONLY. Empty in persistent mode, where the identity
Expand Down Expand Up @@ -365,6 +364,7 @@ permissions: # v1: `network.allowedDomains:`
- "api.cp.chainloop.dev:443" # control plane - ALWAYS (attest + keyless signing CSR)
- "api.cas.chainloop.dev:443" # CAS - only if the org CAS backend is external
- "api.app.chainloop.dev:443" # platform backend - the EE CLI also dials this
- "crb.chainloop.dev:443" # CLI usage telemetry (PostHog)
- "timestamp.digicert.com:80" # RFC 3161 timestamp authority (plain HTTP, signed response)
# used during attestation signing; host comes from the
# control plane's signing options
Expand Down
Loading

Back | FazBrowse Home | New Git URL