Puppetboard is an excelent radiator of information, but sometimes we want to expose information to users we don't trust giving full access to the PuppetDB query language. I would reccomend that Puppetboard be run twice. One, with query enabled, run on a port behind apache login. Another, with query disabled, run unproxied for the unwashed masses. Closes #10.
12 lines
301 B
HTML
12 lines
301 B
HTML
{% extends 'layout.html' %}
|
|
{% block row_fluid %}
|
|
<div class="container" style="margin-bottom:55px;">
|
|
<div class="row">
|
|
<div class="span12">
|
|
<h2>Permission Denied</h2>
|
|
<p>What you were looking for has been disabled by the administrator.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|