-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid signature (error fetching keys: ID=QUERY-SDf32 #277
Comments
PS: this is a self hosted zitadel on kubernates cluster |
With service account i am getting below error |
@livio-a can you help here? |
Configure the |
@roquie I tried that but it didn't work, and zitadel docs says it has to be http2 only |
Hm can you share you settings? ZITADEL can operate with http1.1 only but you loose the gRPC apis. H2C btw. is just unencrypted http2 😁 |
To access the ZITADEL API you will need a user, in this case a service user, which like an API application can have a key to authenticate: https://zitadel.com/docs/guides/integrate/private-key-jwt resp. https://zitadel.com/docs/examples/call-zitadel-api/go |
@livio-a This is exactly what we do with one correction. The doc says we have to give projectID in scopes but it accepts actually appID. |
Same problem here. I created a new service user and downloaded the json with the keys. Then I started the example and get the exactly same error
|
@schlapzz recommend to trace the logic in zitadel/zitadel repo by searching "QUERY-SDf32" to debug it https://github.com/search?q=repo%3Azitadel%2Fzitadel%20QUERY-SDf32&type=code most of such issues caused by misconfiguration |
I am trying to use Zitadel APIs to create/update user within a org .
I have created a project and then a API type application then created a key for the operation.
Now when i try to hit any of the api, i keep getting error
http status not ok: 400 Bad Request {"error":"server_error","error_description":"invalid signature (error fetching keys: ID=QUERY-SDf32 Message=Errors.AuthNKey.NotFound Parent=(sql: no rows in result set))
The error doesn't say anything else. I have changed keys but same result everytime.
I have followed example given in here https://github.com/zitadel/zitadel-go/blob/main/example/mgmt/mgmt.go
The text was updated successfully, but these errors were encountered: