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"
Actions