Jens L.
Jens L.
I havent been able to reproduce this (tested on RDS Postgres 14.something and the rest running in compose in an EC2 box) However I did notice that the error comes...
duplicate of #2294 but yes that is roughly how I'd implement it too, however there are a couple issues with doing it that way: - In go, client certificate options...
Hi, this is currently a bit hard to answer. authentik uses an object-based permission system internally so naturally the answer would be yes; however this is currently exposed as an...
Hey @antonpirker, the PR should add a span for each signal receiver function. I used to run this modified library for https://github.com/goauthentik/authentik but have since reverted to the upstream SDK...
 I just re-checked and indeed a trace is created for each handler, the dotted-import-path for each entry is a signal handler (the times still seem a bit low though)
> Thanks for the quick update @BeryJu ! This is now working for `.send()` and `.send_robut()` right? > Should work for both, I have not actually tested it myself though...
Tests should be fixed now, also added type annotations btw, stickers arrived, thank you very much!
Should be all good now, missed some special cases for older django versions
API seems to be POST `https:///v3/clusters/?action=generateKubeconfig`, which returns this json: ```json {"baseType":"generateKubeConfigOutput","config":"apiVersion: v1\nkind:....\n","type":"generateKubeConfigOutput"} ```
Which safari version is this on? I just tested both 8.2 and main on safari 16 and they work without any errors