On Wed, Jul 6, 2011 at 8:15 AM, Craig White <[email protected]> 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" isn't saying "authentication is not required", but rather "this rule applies to unauthenticated requests". There was no corresponding rule for "auth yes", so it defaulted to disallowing access. Nick Lewis -- 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.
