rud
rud
ZZITADEL
Created by rud on 6/2/2025 in #questions-help-bugs
Only getting 404 from /v2beta/projects/search in v3.2.2?
edit: removing off-topic text
9 replies
ZZITADEL
Created by rud on 6/2/2025 in #questions-help-bugs
Only getting 404 from /v2beta/projects/search in v3.2.2?
I found links to those two pages from deprecated v1 API endpoints, they're missing navigation
9 replies
ZZITADEL
Created by rud on 6/2/2025 in #questions-help-bugs
Only getting 404 from /v2beta/projects/search in v3.2.2?
thank you for the quick update @Rajat ! I'm also trying to call /v2beta/projects/#{project_id}/grants/#{target_org_id}, does that have the same problem? I'm getting consistent 404s from that endpoint too
9 replies
ZZITADEL
Created by rud on 6/2/2025 in #questions-help-bugs
Only getting 404 from /v2beta/projects/search in v3.2.2?
is there something that needs to be enabled to activate the /v2beta/ API endpoints. Searched through discord, didn't find anything.
9 replies
ZZITADEL
Created by rud on 6/2/2025 in #questions-help-bugs
Only getting 404 from /v2beta/projects/search in v3.2.2?
For anyone not versed in ruby, it's the same as this with the shell: wget --no-check-certificate --quiet \ --method POST \ --timeout=0 \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --body-data '{}' \ 'http://$CUSTOM-DOMAIN/v2beta/projects/search'
9 replies
ZZITADEL
Created by rud on 3/7/2025 in #questions-help-bugs
Organization metadata sometimes changed when reading it back
Oooh, I'd completely missed the "The value has to be base64 encoded." I can totally see how that makes sense for allowing arbitrary values to be up/downloaded in a JSON API. Thank you for the help @Rajat Singh !
5 replies
ZZITADEL
Created by rud on 3/7/2025 in #questions-help-bugs
Organization metadata sometimes changed when reading it back
Here it is as readable text
5 replies
ZZITADEL
Created by rud on 9/25/2024 in #questions-help-bugs
Translations - they just keep coming..
There are plenty other options to choose from for software support for this potentially tedious translation work. For extra context, https://hosted.weblate.org/projects/outrun/ was the example I came across where weblate seemed to work well.
5 replies
ZZITADEL
Created by rud on 9/6/2024 in #questions-help-bugs
no pg_hba.conf entry for host - `init`+`setup` works fine with PG, but main `start` entrypoint fails
Resolution: it was ufw
4 replies
ZZITADEL
Created by rud on 9/6/2024 in #questions-help-bugs
no pg_hba.conf entry for host - `init`+`setup` works fine with PG, but main `start` entrypoint fails
Could it be ufw? The database server simply has 5432/tcp ALLOW; could be a ratelimiting thing?
4 replies
ZZITADEL
Created by rud on 9/6/2024 in #questions-help-bugs
no pg_hba.conf entry for host - `init`+`setup` works fine with PG, but main `start` entrypoint fails
I take this extract from the log to mean the setup step was able to connect to the database and do migration work:
time="2024-09-06T07:34:20Z" level=info msg="setup started" caller="/home/runner/work/zitadel/zitadel/cmd/setup/setup.go:99"
time="2024-09-06T07:34:25Z" level=info msg="verify migration" caller="/home/runner/work/zitadel/zitadel/internal/migration/migration.go:43" name=14_events_push
time="2024-09-06T07:34:25Z" level=info msg="verify migration" caller="/home/runner/work/zitadel/zitadel/internal/migration/migration.go:43" name=01_tables
time="2024-09-06T07:34:20Z" level=info msg="setup started" caller="/home/runner/work/zitadel/zitadel/cmd/setup/setup.go:99"
time="2024-09-06T07:34:25Z" level=info msg="verify migration" caller="/home/runner/work/zitadel/zitadel/internal/migration/migration.go:43" name=14_events_push
time="2024-09-06T07:34:25Z" level=info msg="verify migration" caller="/home/runner/work/zitadel/zitadel/internal/migration/migration.go:43" name=01_tables
4 replies
ZZITADEL
Created by rud on 4/8/2024 in #questions-help-bugs
Version bump k8s helm chart Github Action - do you take patches?
Should be getting quite close
21 replies
ZZITADEL
Created by rud on 4/8/2024 in #questions-help-bugs
Version bump k8s helm chart Github Action - do you take patches?
Uh, excellent, thank you for that feedback!
21 replies