nilsense
nilsense
ZZITADEL
Created by nilsense on 6/3/2025 in #questions-help-bugs
Automate Technical Advisory 10016
Hi there folks, I was wondering if Zitadel is looking to automate some of the migration fixes, like in https://zitadel.com/docs/support/advisory/a10016. Seems this is something that should be fixed out of the box, no?
2 replies
ZZITADEL
Created by nilsense on 5/22/2025 in #questions-help-bugs
-debug vs non -debug Zitadel images on ghcr
Hi everyone, With the images Zitadel publishes on ghcr, does anyone know the difference between the -debug and non-debug flavours? For example: ghcr.io/zitadel/zitadel:v3.1.0-debug vs ghcr.io/zitadel/zitadel:v3.1.0 Is there also a way to replicate this -debug mode in my own configuration? It seems more than just setting ZITADEL_LOG_LEVEL=debug
3 replies
ZZITADEL
Created by nilsense on 5/20/2025 in #questions-help-bugs
Is there a GO SDK Replacement for Rest /oath/v2/token
As the question states: is there a GO SDK Replacement for REST /oath/v2/token? I looked through the documentation but it doesn't seem to be the case. I feel like I'm missing something though.
5 replies
ZZITADEL
Created by nilsense on 5/14/2025 in #questions-help-bugs
Flaky error from /oauth/v2/token
Latest Self-hosted version that has been tested: v2.71.6 Behavior not present in (at least) v2.58.3 In some of my integration tests, I am finding that the /oauth/v2/token endpoint is returning a flaky error.
time=2025-05-14T15:27:24.757Z level=ERROR msg="request error" oidc_error.parent="ID=OIDC-AhX2u Message=Errors.Internal Parent=(invalid signature (error fetching keys: ID=QUERY-Tha6f Message=Errors.AuthNKey.NotFound Parent=(sql: no rows in result set)))" oidc_error.description=Errors.Internal oidc_error.type=server_error status_code=500
time=2025-05-14T15:27:24.757Z level=ERROR msg="request error" oidc_error.parent="ID=OIDC-AhX2u Message=Errors.Internal Parent=(invalid signature (error fetching keys: ID=QUERY-Tha6f Message=Errors.AuthNKey.NotFound Parent=(sql: no rows in result set)))" oidc_error.description=Errors.Internal oidc_error.type=server_error status_code=500
I am unable to reproduce this locally and can only get it to fail in CI/CD. I have checked the thread here with the same error code, but the more I'm debugging the more my issue seems different since it does indeed hit successfully. This seems like a race condition with the database. Comments below will be an example of my test flow. @Raccine, I'd appreciate if you'd be able to point me to the right person to get support for this.
14 replies