Re: [Puppet Users] Dashboard - Could not retrieve facts from inventory service

2011-07-06 Thread Nick Lewis
On Wed, Jul 6, 2011 at 8:15 AM, Craig White wrote: > Yes, 'auth any' was the secret decoder ring. I would have thought 'auth no' > was sufficient but evidently not. > Just to clear this up, since it's definitely a point of some confusion.. The Dashboard makes authenticated requests. "auth no" is

Re: [Puppet Users] Dashboard - Could not retrieve facts from inventory service

2011-07-06 Thread Craig White
Yes, 'auth any' was the secret decoder ring. I would have thought 'auth no' was sufficient but evidently not. Thanks Craig On Jul 5, 2011, at 8:31 PM, Justin Lambert wrote: > I actually set this up today, if you set it up like: > > path /facts > method find > auth any > allow * > > does that

Re: [Puppet Users] Dashboard - Could not retrieve facts from inventory service

2011-07-05 Thread Justin Lambert
I actually set this up today, if you set it up like: path /facts method find auth any allow * does that fix your issue? If it does, it looks like it is something with the way your reverse DNS is working on the allow line. On Tue, Jul 5, 2011 at 4:24 PM, Craig White wrote: > puppet 2.6.8 > pup

[Puppet Users] Dashboard - Could not retrieve facts from inventory service

2011-07-05 Thread Craig White
puppet 2.6.8 puppet-dashboard v1.1.1 auth.conf has: path /facts auth no method find allow dashboard, ubuntu.ttinet path /inventory auth no method search, find allow dashboard, ubuntu.ttinet # grep fact puppet.conf factpath=$vardir/lib/facter factsysnc=true The error (and I've tracked a lot