Hi, I am running dashboard 1.1.0rc1 under passenger 3.0.5 and apache 2.2.3 with puppet 2.6.6. Im trying to get urls like this http://user:password@host working as suggested in the docs for reporting but atm i did not get it (401 auth requided). Maybe I am forgetting something? I use a common .htpasswd file. Auth type Basic, etc. Sorry if this has been seen in this mailing-list. I searched for it but I could not find it. -- 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.
Felix Frank
2011-Mar-22 16:08 UTC
Re: [Puppet Users] about http basic authentication dashboard
On 03/22/2011 04:34 PM, chp wrote:> Hi, > > I am running dashboard 1.1.0rc1 under passenger 3.0.5 and apache 2.2.3 > with puppet 2.6.6. Im trying to get urls like this > > http://user:password@host > > working as suggested in the docs for reporting but atm i did not get > it (401 auth requided). Maybe I am forgetting something? I use a > common .htpasswd file. Auth type Basic, etc. > > Sorry if this has been seen in this mailing-list. I searched for it > but I could not find it.Hi, do you enter this in your browser? I think that should work. Now if you''re using wget or curl, things may be different. E.g., wget uses special extra params for authentication. HTH, Felix -- 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.
hi, I tried with the puppet tools and some browsers. I think the first one is the revelant one . Some browsers could support this method (ff and epiphany do not support it afaik) . So if it appears in the docs, i thought maybe it was a lacking apache directive but i did not found anything about it. With wget and such tools there is no problem since they are tools done to support 401 requests on the command line (--user --password). Thanks. On 22 mar, 17:08, Felix Frank <felix.fr...@alumni.tu-berlin.de> wrote:> On 03/22/2011 04:34 PM, chp wrote: > > > Hi, > > > I am running dashboard 1.1.0rc1 under passenger 3.0.5 and apache 2.2.3 > > with puppet 2.6.6. Im trying to get urls like this > > >http://user:password@host > > > working as suggested in the docs for reporting but atm i did not get > > it (401 auth requided). Maybe I am forgetting something? I use a > > common .htpasswd file. Auth type Basic, etc. > > > Sorry if this has been seen in this mailing-list. I searched for it > > but I could not find it. > > Hi, > > do you enter this in your browser? I think that should work. > > Now if you''re using wget or curl, things may be different. E.g., wget > uses special extra params for authentication. > > HTH, > Felix-- 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.
Apparently Analagous Threads
- HTTP Basic Auth alternative
- Basic authentication with Apache and Mongrel
- Fwd: Re: Basic authentication with Apache and Mongrel
- Dashboard - Unable to submit report to http://127.0.0.1:3000/reports/upload [301] Moved Permanently
- puppet-dashboard 1.1.0rc1 - how to enable facts and inventory?