q-m / scrapyd-k8s

Scrapyd on container infrastructure
MIT License
12 stars 7 forks source link

Test http auth #24

Open wvengen opened 8 months ago

wvengen commented 8 months ago

After PR #21, also test that http authentication works as supposed when configured in the config file (see PR #20).

This requires a bit of thinking, because the current integration tests assume no config file changes, but here we would like both to keep testing that the API is accessible without http auth in the default config, and test that it is not accessible when configured.