Fix: Update keycloak-test-users.env with correct email-format usernames #248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Discovered during validation of #246 (OmniAuth redirect_uri fix).
Repo
ldraney/landscaping-assistantWhat Broke
~/secrets/landscaping-assistant/keycloak-test-users.envdocuments usernames as short form (e.g.lucas-super-admin) but the actual Keycloak realm users have email-format usernames (e.g.lucas-super-admin@test.landscaping.local). Login fails with "Invalid username or password" when using the documented short form.Repro Steps
~/secrets/landscaping-assistant/keycloak-test-users.envlucas-super-adminandTest1234!lucas-super-admin@test.landscaping.local— worksExpected Behavior
The secrets file should document the correct usernames that actually work for login.
Environment
~/secrets/landscaping-assistant/keycloak-test-users.envAcceptance Criteria
keycloak-test-users.envupdated with correct@test.landscaping.localsuffixRelated
ldraney/landscaping-assistant #246