Skip to content

Commit

Permalink
fix Seeding (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleybolte authored and HKayed committed Jan 14, 2025
1 parent cfbf064 commit fce314e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions seeding/dev/01/03_service-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"providedOnSchulstrukturknoten": 0,
"keycloakGroup": "Kalender-service",
"keycloakRole": "Kalender-user",
"requires2fa": false
"requires2fa": true
},
{
"id": 2,
Expand All @@ -39,7 +39,7 @@
"providedOnSchulstrukturknoten": 0,
"keycloakGroup": "Adressbuch-service",
"keycloakRole": "Adressbuch-user",
"requires2fa": false
"requires2fa": true
},
{
"id": 3,
Expand Down
4 changes: 2 additions & 2 deletions seeding/prod/01/03_service-provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"providedOnSchulstrukturknoten": 0,
"keycloakGroup": "Kalender-service",
"keycloakRole": "Kalender-user",
"requires2fa": false
"requires2fa": true
},
{
"id": 2,
Expand All @@ -39,7 +39,7 @@
"providedOnSchulstrukturknoten": 0,
"keycloakGroup": "Adressbuch-service",
"keycloakRole": "Adressbuch-user",
"requires2fa": false
"requires2fa": true
},
{
"id": 3,
Expand Down

0 comments on commit fce314e

Please sign in to comment.