Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusnak1 committed Jul 26, 2011
2 parents fa4a13e + 3eccfb1 commit 2dc615a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/src/admin/reference.html
Expand Up @@ -178,6 +178,9 @@ <h2>Nimbus 2.8 Admin Reference</h2>
<li>
<a href="#cpprop-config">Configuration</a>
</li>
<li>
<a href="#cpprop-passthrough">Copy Propagation Pass Through</a>
</li>
</ul>
</li>

Expand Down Expand Up @@ -2439,6 +2442,24 @@ <h3>Copy Propagation Configuration _NAMELINK(cpprop-config)</h3>
<pre class="panel">&lt;property name="repoScheme" value="cp" /&gt;</pre>

</p>
<a name="#cpprop-passthrough"> </a>
<h3>Copy Propagation Pass Through _NAMELINK(cpprop-passthrough)</h3>
<p>
It is possible to use copy propagation as a <i>pass through</i> propagation
adapter. This means that instead of only being able to boot files in the Cumulus
repository an administrator can allow users to specify any file on the
file system to which the VMM node's nimbus user has access.
</p>
<p>
<B>WARNING: This should NOT be enabled in most cases due to security
implications</b>.
<BR>
When using the copy propagation pass through adapter the Cumulus security
ACL authz protection is entirely bypassed. A user can boot and copy
any image that the <i>nimbus</i> user can read. This should be used with
extreme care and only on cloud with nothing but completely trusted users.
</p>


<a name="imagecache"> </a>
<h2>Image Cache _NAMELINK(imagecache)</h2>
Expand Down

0 comments on commit 2dc615a

Please sign in to comment.