Add April 2026 self-hosted changelog entry for ESC SSRF protection#18925
Conversation
Documents the new SSRF protection in ESC providers and the PULUMI_DISABLE_ESC_SSRF_PROTECTION escape hatch for admins running dependent services on private networks. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Docs reviewSmall, focused change that fits cleanly into the existing changelog rhythm — sentence-case bullet, Suggestions1. Expand The acronym is used in the bullet and again in the callout body without expansion. Self-hosted admins are the audience here, but "SSRF" is still jargon worth glossing once. Consider: 2. Consistency of scope wording between bullet and callout (lines 27, 30) The bullet says "internal network addresses"; the callout says "private, loopback, and link-local IP addresses." The callout is the more precise description. Either is fine on its own, but a reader scanning the bullet then expanding to the callout shouldn't have to reconcile the two. Suggest tightening the bullet to mirror the callout's terms — e.g., "...prevent requests to private network addresses" — or letting the bullet remain general and pointing to the callout for specifics. 3. The PR's own test plan flags uncertainty about the env var scope (line 30)
Worth confirming with the ESC team before merge — if the var is actually consumed by the ESC service (not the API service), the callout will mislead operators following the instruction literally. I can't verify from this repo since the linked 4. Optional: link to fuller admin docs The env var Nothing else flagged
Mention me (@claude) if you want another pass after addressing these or for any follow-up fixes. |
…scope - Expand SSRF acronym on first reference - Align bullet wording with the callout (private, loopback, link-local) - Drop "on the API service" since the exact service scope is unconfirmed Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Your site preview for commit 901622a is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-18925-901622a4.s3-website.us-west-2.amazonaws.com |
Summary
PULUMI_DISABLE_ESC_SSRF_PROTECTIONescape hatch (pulumi/pulumi-service#43159) as a breaking-change warning for admins running dependent services on private networks.Test plan
🤖 Generated with Claude Code