#15 Restrict Write Access to ResultsDB
Closed: Fixed None Opened 9 years ago by tflink.

The current ResultsDB is coded such that anyone with network access can add/delete/modify results. While I don't expect malicious action, this seems to be an open invitation for someone to figure out that they can write data without auth and fill our db with spam.

The long term solution here will be to have some sort of API auth but for the near future, we can restrict POST,PUT,DELETE to specific IPs/hosts and leave GETs open to not hamper other usages of resultsdb.


This is mostly done. Fix in apache config files has been pushed to our ansible repo and is running on resultsdb-stg.cloud.

https://bitbucket.org/fedoraqa/ansible-playbooks/commits/f125eca0fb1603c6ba61ae25984eea08bb28867c

This fix still needs to be put into infra's ansible repo, though

Login to comment on this ticket.

Metadata