Tim Lank
2010-Sep-30 10:58 UTC
[Puppet Users] puppet-dashboard - where do I put the .htaccess file?
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 received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jacob Helwig
2010-Sep-30 17:53 UTC
Re: [Puppet Users] puppet-dashboard - where do I put the .htaccess file?
On Thu, 30 Sep 2010 03:58:29 -0700, Tim Lank 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. >That could be made a little clearer in the README.markdown. Since you''ve installed using the RPM, you should be able to put the .htaccess in /usr/share/puppet-dashboard/public/. -- Jacob Helwig
Igal Koshevoy
2010-Sep-30 18:00 UTC
Re: [Puppet Users] puppet-dashboard - where do I put the .htaccess file?
On Thu, Sep 30, 2010 at 3:58 AM, Tim Lank <timlank@timlank.com> 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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Tim Lank
2010-Oct-01 00:14 UTC
Re: [Puppet Users] puppet-dashboard - where do I put the .htaccess file?
This is not working (no username/password prompt when directing my browser to the site). How do I troubleshoot this (where are the access logs, etc...?) On Thu, Sep 30, 2010 at 2:00 PM, Igal Koshevoy <igal@pragmaticraft.com> wrote:> On Thu, Sep 30, 2010 at 3:58 AM, Tim Lank <timlank@timlank.com> 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 puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.