Jakub P.
Jakub P.
There is a fix here: https://github.com/mintel/dex-k8s-authenticator/pull/192
I've tested it with TOTP now and seems to work fine with the limited testing I was able to perform. Pushing a rebased version up.
There actually seems to be a cleaner way , `bw` exposes `--nointeraction` flag that causes commands awaiting for input to fail. With this in place we can get error code...
@georgettica Please take a look at the attached MR, the userscript requires adding the noninteractive flag and also an [if check](https://github.com/qutebrowser/qutebrowser/pull/7781/files)
I've encounted a similar issue, although it seems related more to the `vmalert`. In the PagerDuty incidents that were created by the `victoria-metrics-k8s-stack` the last line points to the source...
This fixes https://github.com/schwamster/serverless-certificate-creator/issues/47
Were you able to find a solution for this (hit the same issue with cloudfront)? I'd consider forking/sending a PR, if there's no easy workaround.
I've created a PR for this, following configuration works for me with serverless 3: ``` customCertificate: # This is a cert for domain-manager, local apigateway, region cert is fine -...
I've had similar experience when trying to run netbooxyz containerized without host networking. The issue here seems to be that TFTP protocol, while accepting requests on port 69, can (should?)...
Nice repro steps! Looks like this was indeed broken in `1.17.0`, specifically by adding rather [innocent condition in a MR](https://github.com/hashicorp/vault/pull/25953/files#diff-85091b6628302ae2d5455bef1ff50cc1bf31289a6aac0b29c2e99f249cbac879R630). Removing the problematic condition fixes the OIDC issue (and maybe...