HomePhorge

(#9508) Unify `auth no` and `auth any` in the system.
53062c9555ebUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#9508) Unify auth no and auth any in the system.

In auth.conf, a setting of auth no means that only unauthenticated
requests are allowed. If you actually have a certificate you can't use the
service. (Yes, anonymous users have *more* access than authenticated ones.)

This is about as strange as you can get, so instead we unify those: you now
have the choices auth yes and auth any; auth no is an alias for the
later.

Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Provenance
Daniel Pittman <daniel@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUd3791a4f3a92: Revert "Merge branch 'ticket/10081' of git://github.com/jgrocho/puppet"
Branches
Unknown
Tags
Unknown

Event Timeline

Daniel Pittman <daniel@puppetlabs.com> committed rPU53062c9555eb: (#9508) Unify `auth no` and `auth any` in the system. (authored by Daniel Pittman <daniel@puppetlabs.com>).Nov 1 2011, 10:28 PM