feat: map Keycloak realm roles to Spring RBAC

This commit is contained in:
donghyeon-ka
2026-07-25 16:35:28 +09:00
parent f566ed192c
commit 3e3de6c4c3
9 changed files with 202 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/env sh
set -eu
set -a
. ./.env
set +a
docker compose down --volumes --remove-orphans
docker compose up --build -d --wait
npm --prefix e2e ci
REGULAR_USER_PASSWORD="$REGULAR_USER_PASSWORD" \
ADMIN_USER_PASSWORD="$ADMIN_USER_PASSWORD" \
npm --prefix e2e run test:role-mapping