SF2311
SF2311
### Current Setup We are running an operator deployment defined by this template in namespace `mysql-operator`: ``` helm template presslabs presslabs/mysql-operator -n mysql-operator \ --version 0.4.0 \ --include-crds \ --set...
We are running a deployment of the [MySQL-Operator](https://github.com/bitpoke/mysql-operator) on a bare metal kubernetes cluster. As mentioned in [this issue](https://github.com/bitpoke/mysql-operator/issues/699), the orchestrator pod in the deployment is causing some troubles. The...
When I try to display a frame that was processed by pyskl using OpenCV I get a segmentation fault in `cv2.imshow`. I constructed a minimal Example to facilitate repoducing the...
Hi, I've been working on an implementation of a simple protocol on top of QUIC. I'd like to use client certificates for mutual authentication but I couldn't find any mentions...
According to https://datatracker.ietf.org/doc/html/rfc6749#section-3.1.2 OIDC callback URLs must not contain a fragment component. Thus, some OIDC providers (at least mine) don't support this, but setting the callback to a path results...