Use Quarkus features option and add fine grained auth (#2331)
This commit is contained in:
parent
bd82872282
commit
e2573bd67e
2 changed files with 2 additions and 3 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
- name: Start Keycloak Server
|
||||
working-directory: ${{ env.KEYCLOAK_SERVER_BIN }}
|
||||
run: ./kc.sh start-dev -Dkeycloak.profile.feature.admin2=enabled -Dkeycloak.profile.feature.declarative_user_profile=enabled &
|
||||
run: ./kc.sh start-dev --features=admin2,admin-fine-grained-authz,declarative-user-profile &
|
||||
env:
|
||||
KEYCLOAK_ADMIN: admin
|
||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||
|
|
|
@ -63,8 +63,7 @@ const run = () => {
|
|||
[
|
||||
"start-dev",
|
||||
"--http-port=8180",
|
||||
"-Dkeycloak.profile.feature.admin2=enabled",
|
||||
"-Dkeycloak.profile.feature.declarative_user_profile=enabled",
|
||||
"--features=admin2,admin-fine-grained-authz,declarative-user-profile",
|
||||
...args,
|
||||
],
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue