Fix auth ci

This commit is contained in:
Zoe Roux 2026-03-19 16:58:22 +01:00
parent 51e4dba5cc
commit 8d3174b0b2
No known key found for this signature in database

View File

@ -52,6 +52,8 @@ jobs:
hurl --error-format long --variable host=http://localhost:4568/auth tests/*
env:
PGHOST: localhost
PGUSER: kyoo
PGPASSWORD: password
FIRST_USER_CLAIMS: '{"permissions": ["users.read"]}'
KEIBI_APIKEY_HURL: 1234apikey
KEIBI_APIKEY_HURL_CLAIMS: '{"permissions": ["apikeys.write", "apikeys.read"]}'