Sanne Raymaekers
Sanne Raymaekers
### Issue Description When using a middleware in combination with a group, 404 is returned when 405 should be returned. ### Checklist - [x] Dependencies installed - [x] No typos...
> libostree HTTP error from remote 7f232153-9f17-452a-a92e-16a9a60c028b for : Server returned HTTP 500 > libostree HTTP error from remote b15f86a4-0913-4dc4-aa36-60a972772077 for : Server returned HTTP 500 > libostree HTTP error...
#795 we need a regression test which removes the expected repo file, and checks if the fallback works.
This pull request includes: - [ ] adequate testing for the new functionality or fixed issue - [ ] adequate documentation informing people about the change such as - [...
This pull request includes: - [ ] adequate testing for the new functionality or fixed issue - [ ] adequate documentation informing people about the change such as - [...
See https://github.com/RedHatInsights/image-builder-frontend/issues/564
``` -v /etc/rhsm:/etc/rhsm:Z \ -v /etc/pki/entitlement:/etc/pki/entitlement:Z \ ``` shouldn't be necessary. We should also check `/etc/pki/entitlement-host` and `/etc/rhsm-host` for secrets.
A user reported ssh timeouts, chaing the ClientAlivInterval to something else than 0 fixes it. We default to nil, which I think results in 0 in the osbuild sshd_config stage?...