Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/dev' into 122-setup…
Browse files Browse the repository at this point in the history
…-entwicklung-für-wls-service-vorfaelleundvorkommnisse
  • Loading branch information
vjohnslhm committed Jul 17, 2024
2 parents d0547bc + ea1d08b commit b6adc58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:

wls-init-keycloak:
container_name: wls-init-keycloak
image: klg71/keycloakmigration
image: klg71/keycloakmigration:0.2.61
depends_on:
- wls-keycloak
env_file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ changes:
clientRole: true
clientId: ${SSO_CLIENT_ID}
- assignRoleToGroup:
group: allWahlvorbereitungAuthorities
group: allBriefwahlAuthorities
role: Briefwahl_BUSINESSACTION_GetWahlbriefdaten
clientId: ${SSO_CLIENT_ID}

Expand All @@ -16,7 +16,7 @@ changes:
clientRole: true
clientId: ${SSO_CLIENT_ID}
- assignRoleToGroup:
group: allWahlvorbereitungAuthorities
group: allBriefwahlAuthorities
role: Briefwahl_BUSINESSACTION_PostWahlbriefdaten
clientId: ${SSO_CLIENT_ID}

Expand All @@ -25,7 +25,7 @@ changes:
clientRole: true
clientId: ${SSO_CLIENT_ID}
- assignRoleToGroup:
group: allWahlvorbereitungAuthorities
group: allBriefwahlAuthorities
role: Briefwahl_WRITE_Wahlbriefdaten
clientId: ${SSO_CLIENT_ID}

Expand All @@ -34,6 +34,6 @@ changes:
clientRole: true
clientId: ${SSO_CLIENT_ID}
- assignRoleToGroup:
group: allWahlvorbereitungAuthorities
group: allBriefwahlAuthorities
role: Briefwahl_DELETE_Wahlbriefdaten
clientId: ${SSO_CLIENT_ID}

0 comments on commit b6adc58

Please sign in to comment.