We added current existing wikibase.cloud wikis to the QueryService Allowlist
- https://phabricator.wikimedia.org/T375375
- https://github.com/wbstack/queryservice/pull/148
This update process can be automated, for example by querying the discovery API in an GitHub action and adding new wiki domains to the text file once per day: `https://www.wikibase.cloud/api/wiki?sort=pages&direction=desc&is_active=1&page=1&per_page=999`, where 999 is an arbitrary large number (this would not be the ideal request form, just an example).
ACs:
- [ ] updating `allowlist.txt` is automated
Patches:
- [] [wbstack/queryservice/pull/149 | Add allowlist at container runtime](https://github.com/wbstack/queryservice/pull/149)
- [] [wbstack/charts/pull/167 | linting: bump setup-python version](https://github.com/wbstack/charts/pull/167)
- [] [wbstack/charts/pull/165 | queryservice: add allowlist configuration](https://github.com/wbstack/charts/pull/165)
- [] [wmde/wbaas-deploy/pull/1807 | queryservice: bump version and configure allowlist](https://github.com/wmde/wbaas-deploy/pull/1807)