Support standard libpq environment variables for Auth service (#901)

This commit is contained in:
solidDoWant
2025-04-24 02:38:20 -05:00
committed by GitHub
parent f2294ac97e
commit 5ced62aab3
4 changed files with 52 additions and 21 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
wget --retry-connrefused --retry-on-http-error=502 http://localhost:4568/health
hurl --error-format long --variable host=http://localhost:4568 tests/*
env:
POSTGRES_SERVER: localhost
PGHOST: localhost
FIRST_USER_CLAIMS: '{"permissions": ["users.read"]}'
KEIBI_APIKEY_HURL: 1234apikey
KEIBI_APIKEY_HURL_CLAIMS: '{"permissions": ["apikeys.write", "apikeys.read"]}'