feat: map Keycloak realm roles to Spring RBAC
This commit is contained in:
Executable
+13
@@ -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
|
||||
Reference in New Issue
Block a user