Issue #15189 has been updated by Patrick Carlisle. Status changed from Unreviewed to Accepted Assignee set to Patrick Carlisle Priority changed from Normal to High Target version set to 3.0.0
Caused by the fix for #3910. Did you have a preexisting auth.conf? ---------------------------------------- Bug #15189: Default permissions need to allow 'find' on 'node' https://projects.puppetlabs.com/issues/15189#change-65639 Author: Luke Kanies Status: Accepted Priority: High Assignee: Patrick Carlisle Category: Target version: 3.0.0 Affected Puppet version: 3.0.0rc3 Keywords: Branch: I don't know what caused this, but I had to add the following snippet to my auth.conf file to make the master work in 3.0: path /node auth yes method find allow localhost Note that this is for a client and server running on the same box with 'localhost' as the certname - my assumption is that you'll need 'allow *' in there, not 'allow localhost'. I'm guessing this is actually a bug, and this auth change shouldn't be necessary. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
