Skip to content

Commit

Permalink
update keycloak test with cURL
Browse files Browse the repository at this point in the history
  • Loading branch information
guFalcon committed Aug 28, 2024
1 parent 39b2199 commit 15fd8f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keycloak_update_from_pre_13.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ Save/Reload Database:
```bash
# cd to the volume mapping, then
sudo cp -pr mysql-data/ mysql-data-save-16.1.1/
# Test the keycloak instance using only cURL
curl -d 'client_id=xxx' -d 'username=xxx' -d 'password=xxx' -d 'grant_type=password' 'https://keycloak.lan.co.at/realms/Cms/protocol/openid-connect/token'
```

## Post-Upgrade Issues
Expand Down

0 comments on commit 15fd8f7

Please sign in to comment.