<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on Solo</title><link>https://solo.hiero.org/tags/security/</link><description>Recent content in Security on Solo</description><generator>Hugo</generator><language>en</language><atom:link href="https://solo.hiero.org/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>Subprocess Environment Filtering</title><link>https://solo.hiero.org/docs/advanced-solo-setup/subprocess-environment-filtering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/advanced-solo-setup/subprocess-environment-filtering/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;&#10;&lt;p&gt;Solo runs external commands on your behalf — &lt;code&gt;helm&lt;/code&gt;, &lt;code&gt;kubectl&lt;/code&gt;, &lt;code&gt;kind&lt;/code&gt;, &lt;code&gt;docker&lt;/code&gt;/&lt;code&gt;podman&lt;/code&gt;,&#10;&lt;code&gt;npm&lt;/code&gt;, &lt;code&gt;gh&lt;/code&gt; and &lt;code&gt;brew&lt;/code&gt;. It does &lt;strong&gt;not&lt;/strong&gt; hand those commands your whole environment. Each&#10;command receives only the variables it is known to need, built from an allowlist.&lt;/p&gt;&#10;&lt;p&gt;The reason is that Solo is frequently run from a shell or CI runner holding credentials that&#10;have nothing to do with deploying a network — registry tokens, cloud keys, SSH agent sockets.&#10;Passing the whole environment would forward all of it to every tool, and onward to anything&#10;those tools spawn: Helm plugins, kubectl credential plugins, package lifecycle scripts.&lt;/p&gt;</description></item></channel></rss>