Skip to content

Commit 8e36e53

Browse files
committed
feat(keycloak-update) - to keycloak 16
1 parent 1cffb90 commit 8e36e53

6 files changed

Lines changed: 17 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ This starts
108108
> create a _nodemon.json_ file based on the [backend/nodemon.json.example](apps/codever-api/nodemon.json.example)
109109
> and add your own youtube api key
110110
111+
### Keycloak
112+
113+
Keycloak Admin console reachable at [http://localhost:8080/auth](http://localhost:8080/auth) with the user/password **`admin/Pa55w0rd`**
114+
(see docker compose file)
115+
116+
111117
## Testing
112118

113119
### E2E (integration) tests with Cypress

apps/codever-api/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/codever-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fs-extra": "^7.0.1",
2525
"helmet": "^3.23.3",
2626
"http-status-codes": "^1.4.0",
27-
"keycloak-connect": "12.0.4",
27+
"keycloak-connect": "16.1.1",
2828
"mongoose": "^5.13.15",
2929
"morgan": "^1.10.0",
3030
"multer": "^1.4.4",

apps/codever-keycloak-theme/codever/account/resources/css/logo.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
.navbar-title {
19-
background: url('apps/codever-keycloak-theme/codever/account/resources/img/codever-keycloak.logo-199x46.png') no-repeat;
18+
background: url('../img/codever-keycloak.logo-199x46.png') no-repeat;
2019
height: 50px;
2120
width: 155px;
2221
}

apps/codever-keycloak-theme/codever/login/resources/css/logo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#kc-logo-wrapper {
19-
background: url("apps/codever-keycloak-theme/codever/login/resources/img/codever-keycloak.logo-199x46.png") no-repeat top right;
19+
background: url("../img/codever-keycloak.logo-199x46.png") no-repeat top right;
2020
height: 50px;
2121
width: 200px;
2222
}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
MYSQL_PASSWORD: password
2525
keycloak:
2626
container_name: codever-keycloak
27-
image: jboss/keycloak:12.0.4
27+
image: quay.io/keycloak/keycloak:16.1.1
2828
networks:
2929
- backend
3030
environment:

0 commit comments

Comments
 (0)