From 142a13516d6cb3e3a0f83b0d9aa5e17207aa4b49 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Fri, 14 Aug 2026 10:45:59 +0530 Subject: [PATCH] ci: pass --url, required by server 2.4.0 The server exits at boot without --url as of authorizerdev/authorizer#764. CI pins 2.4.0-rc.16, which predates the requirement, so this is a no-op today and stops the job breaking when the pin moves to stable. Port mapping is fixed 8080:8080, so the container's own address and the address the tests dial are the same. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5941a8f..a59b59d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: -p 8080:8080 -p 9091:9091 \ quay.io/authorizer/authorizer:2.4.0-rc.16 \ --database-type=sqlite --database-url=test.db \ + --url=http://localhost:8080 \ --jwt-type=HS256 --jwt-secret=test \ --admin-secret=admin --client-id=ci-client --client-secret=secret \ --grpc-insecure=true --disable-mfa