darius-m
darius-m
**Describe the feature you'd like** The Cloudflare tunnel always behaves like the `Flexible` setting is used for SSL/TLS when proxying HTTPS traffic. The service should honour the SSL/TLS configuration and...
**Describe the bug** The `cloudflared service install` creates a service file that runs the `cloudflared` process as root. Unless some privileged operation is required (e.g. raw sockets), the service should...
### Describe the bug After upgrading to Keycloak 19.0.0, the following errors are logged in the server log: ``` ERROR [org.keycloak.services.scheduled.ScheduledTaskRunner] (Timer-2) Failed to run scheduled task ClearExpiredEvents: java.lang.IllegalAccessError: class...
Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. #### Community Note Please vote on this issue by...
### What happened NetworkManager can override an interface's zone configuration, even if the interface is permanently attributed in firewalld's zone file. This causes some issues that were mitigated by also...
The current Makefile [removes] the container when `make clean` is used. This is a source of a lot of wasted time whenever someone starts the container, since `apt update` and...
When a user's role assignment is changed, the plugin currently checks whether the user is currently an owner of the team using [in_array](https://github.com/microsoft/o365-moodle/blob/master/local/o365/classes/feature/coursesync/utils.php#L797) to determine whether the user has been...
Special characters in passwords may break some functionality. Celery seems to have an issue with special characters (either `+` or `/`) that cause the worker to exit without displaying any...
Update the docker compose base file to allow running IRIS under Podman on RHEL-based systems using podman-compose: - explicitly expand variables in the `environment` block (e.g., use `POSTGRES_USER=${POSTGRES_USER}` instead of...
**Describe the bug** The celery process for the worker exits after a few seconds without doing anything (it seems to run similar actions to the app, up to the point...