Julian Taylor
Julian Taylor
test failures OpenSSL.SSL.Error: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
In debian unstable with openssl 1.1.1 and `CipherString = DEFAULT@SECLEVEL=2` in `/etc/ssl/openssl.cnf` some tests fail with following error: ``` Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 896, in runUntilCurrent...
hi, when running with your own transit helper the error message when providing a malformed --transit-helper command line argument is not very helpful. E.g. forgetting the `tcp:` prefix results in:...
Makefile.am uses sslsniff_LDFLAGS to link with libraries. This leads to a wrong command line orderung and undefined references when compiling with the linker flag --as-needed It needs to be sslsniff_LIBS...
some oidc providers like for example https://github.com/dexidp/dex produce jwt's with claim fields nested. For example: ``` { "iss": "..." "federated_claims": { "connector_id": "ldap", "user_id": "userid" } } ``` As far...
**What would you like to be added**: Currently kube-state-metrics creates object_annotations and object_labels metrics for all objects even if the objects have no configured allow list. **Why is this needed**:...
It may be useful if the commands you can run via the debug sockets include triggering operator to execute what it would normally do on a schedule synchronously at any...
### Proposal There appears to be no way to monitor the state of the kubernetes service discovery. https://prometheus.io/docs/prometheus/latest/configuration/configuration/#kubernetes_sd_config The only metrics I could find in discovery/kubernetes/kubernetes.go are event counts which...
**What happened (please include outputs or screenshots)**: Running this simple script in a big cluster takes about 30 seconds to execute: ``` import kubernetes as k8s k8s.config.load_kube_config() apps = k8s.client.AppsV1Api()...
When using metallb in bgb mode with services in `externalTrafficPolicy: Local` there is a race condition between metallb announcing the ip address and kubernetes components (e.g. kube-proxy) setting up the...
## Use Case Debian 12/Bookworm switched their ntp package to ntpsec: https://salsa.debian.org/debian/ntpsec/-/blob/debian/unstable/debian/NEWS It is mostly a dropin replacement and the package copies configurations to new locations on upgrades so nothing...