sebb wrote on 2019-5-22 1:08PM EDT: > On Wed, 22 May 2019 at 15:05, <curc...@apache.org> wrote: ...snip... >> unless user.asf_member? or ASF.pmc_chairs.include? user >> print "Status: 401 Unauthorized\r\n" >> - print "WWW-Authenticate: Basic realm=\"ASF Members and PMC >> chairs\"\r\n\r\n" >> + print "WWW-Authenticate: Basic realm=\"ASF Members and Officers\"\r\n\r\n" > > This apparent discrepancy of text and check needs documenting, else it > may be 'fixed' again.
The realm should match the realm from the httpd config in any case: https://github.com/apache/infrastructure-puppet/blob/913ae1ba3b4dfca0c480add75765a3b5436f1230/data/nodes/whimsy-vm4.apache.org.yaml#L150 I'm happy to have someone update the "or ASF.pmc_chairs.include? user" to be a more appropriate method, although see also the "Clarify karma check" thread for the $reasons. The intent is that anyone who can subscribe to board@ should be able to see this page. -- - Shane Whimsy PMC The Apache Software Foundation