On Thu, Sep 30, 2010 at 3:58 AM, Tim Lank <[email protected]> wrote:
> puppet-users:
>
> I've got puppet-dashboard 1.0.3-3 setup using the rpm from here:
> http://yum.puppetlabs.com/base/
>
> Everything seems to work fine using the instructions from here:
> http://github.com/reductivelabs/puppet-dashboard
>
> I'm trying to setup basic security with the .htaccess file described
> in the Security section - item#3.
>
> Where exactly do I need to put this?
>
> Thanks in advance for your help.
You can create a "/usr/share/puppet-dashboard/public/.htaccess" file
with contents similar to this:
AuthName "Puppet Dashboard"
AuthType Basic
AuthUserFile /usr/share/puppet-dashboard/config/htpasswd
Require valid-user
,,.and then create the AuthUserFile specified above using `htpasswd`
(run `htpasswd -h` for help).
I've created issue #4890 to add some more documentation on this topic.
-igal
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.