Actions
action #889
closedopenqa: make is_authorized_rw() configurable
Description
the list of allowed ip addresses is hardcoded in is_authorized_rw() in www/cgi-bin/modules/openqa.pm
It should be made configurable instead.
Proposal:
configure via env variable in /etc/apache2/vhosts.d/openqa.conf, e.g.
OPENQA_ALLOWED_HOSTS="10.10.* 192.168.1.1 ::1"
Updated by mlin7442 about 11 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
the pull request already merged, but I'll improve to use one variable in openqa.conf instead, so just set this as 90%
Updated by mlin7442 about 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Actions