Skip to content

Commit

Permalink
[kbss-cvut/23ava-distribution#18] Enable features required for impers…
Browse files Browse the repository at this point in the history
…onation in Keycloak.
  • Loading branch information
ledsoft committed Nov 23, 2023
1 parent e370a5e commit 8ad489d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: '3.9'

services:
record-manager:
image: 'ghcr.io/kbss-cvut/kbss-cvut/record-manager-ui:latest'
build: /home/kidney/Development/Javascript/Projects/AKAENE/record-manager-ui
image: record-manager-ui
container_name: record-manager
ports:
- "127.0.0.1:3000:80"
depends_on:
Expand Down Expand Up @@ -64,7 +66,7 @@ services:
auth-server:
image: "ghcr.io/kbss-cvut/keycloak-graphdb-user-replicator/keycloak-graphdb:latest"
command:
- start --import-realm
- start --import-realm --features="token-exchange,admin-fine-grained-authz"
environment:
KC_IMPORT: realm-export.json
KC_HOSTNAME_URL: "http://localhost:8088"
Expand Down

0 comments on commit 8ad489d

Please sign in to comment.