Closed Bug 568678 Opened 14 years ago Closed 14 years ago

Grant talos machines access to http://build.mozilla.org/talos w/o LDAP auth

Categories

(mozilla.org Graveyard :: Server Operations, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: jabba)

References

Details

The talos machines need to be able to get to http://build.mozilla.org/talos without LDAP authentication.
Blocks: 560957
So we probably just need
        <Directory /var/www/html/build/talos>
                Order allow,deny
                Allow from 10.250.48.0/22
                Satisfy any
        </Directory>
right after the block for stackwalk in 
 dm-wwwbuild01.m.o:/etc/httpd/conf/domains/build.mozilla.org.conf
Done.
Assignee: server-ops → justdave
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
I think something changed last night.  I'm getting a 401 error now from the talos machines.

Ideally hitting this url wouldn't require being redirected to https://build.m.o/talos (as is happening now), and would also be cached by the squid proxy at Castro.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
It redirects everything (with a couple exceptions) to https.  /talos isn't one of those exceptions.
I added Allow from 10.250.48.0/22 back into the block referenced in Comment 1 and also added:
Alias /talos /var/www/html/build/talos

and

	RewriteRule !^/talos - [C]

to the :80 vhost.

Catlee confirmed over IRC that it is now working properly.
Assignee: justdave → jdow
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Can we restrict access to /talos to just build/test machines?  There's a <Directory> section in the :443 vhost that should probably be moved or copied int he the :80 vhost.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Added:

        <Directory /var/www/html/build/talos>
                Order allow,deny
                Allow from 63.245.220.220
                Allow from 10.250.48.0/22
                Satisfy any
        </Directory>

        <Location /talos>
                Options -Indexes
        </Location>

to the :80 virtual host.
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.