Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update keycloak (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jun 5, 2020
1 parent eeec90d commit 44bfe50
Show file tree
Hide file tree
Showing 11 changed files with 1,319 additions and 1,545 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"ionicons": "5.0.1",
"keycloak-js": "9.0.2",
"keycloak-js": "10.0.2",
"offix-cache": "0.15.0",
"offix-client": "0.15.0",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion server/integrations/keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
keycloak:
image: jboss/keycloak:3.4.3.Final
image: jboss/keycloak:10.0.2
ports:
- "8080:8080"
environment:
Expand Down
4 changes: 2 additions & 2 deletions server/integrations/keycloak/getToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const settings = {
username: username || 'developer',
password: password || 'developer',
grant_type: 'password',
client_id: 'voyager-testing-public',
realmName: 'voyager-testing'
client_id: 'datasync-starter-client',
realmName: 'datasync-starter'
}

tokenRequester(baseUrl, settings)
Expand Down
Loading

0 comments on commit 44bfe50

Please sign in to comment.