- Replaced placeholder UUIDs (club-1-uuid, club-2-uuid) with real database UUIDs - Updated all 5 test users via Keycloak database - Restarted Keycloak to clear caches and apply changes Impact: - JWT tokens now contain real UUIDs in clubs claim - API endpoints accept X-Tenant-Id with real UUIDs (returns 200 OK) - Unblocks 46 remaining QA scenarios Documentation: - Created update-keycloak-club-uuids.py script for automation - Added KEYCLOAK_UPDATE_GUIDE.md with step-by-step instructions - Recorded learnings in notepad Ref: .sisyphus/evidence/final-f3-manual-qa.md lines 465-512
26 lines
886 B
Plaintext
26 lines
886 B
Plaintext
* Host localhost:5001 was resolved.
|
|
* IPv6: ::1
|
|
* IPv4: 127.0.0.1
|
|
% Total % Received % Xferd Average Speed Time Time Time Current
|
|
Dload Upload Total Spent Left Speed
|
|
|
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [::1]:5001...
|
|
* Connected to localhost (::1) port 5001
|
|
> GET /health/live HTTP/1.1
|
|
> Host: localhost:5001
|
|
> User-Agent: curl/8.7.1
|
|
> Accept: */*
|
|
>
|
|
* Request completely sent off
|
|
< HTTP/1.1 200 OK
|
|
< Content-Type: text/plain
|
|
< Date: Thu, 05 Mar 2026 10:22:34 GMT
|
|
< Server: Kestrel
|
|
< Cache-Control: no-store, no-cache
|
|
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
|
|
< Pragma: no-cache
|
|
< Transfer-Encoding: chunked
|
|
<
|
|
{ [17 bytes data]
|
|
|
|
100 7 0 7 0 0 77 0 --:--:-- --:--:-- --:--:-- 78
|
|
* Connection #0 to host localhost left intact
|
|
Healthy |