API Changes:
Assign role and groups to keycloak realm clients
Previous endpoint | New endpoint |
---|---|
|
|
|
|
|
|
Tasks:
AN-2145 As an Asta7 user I want to be able to print labels for a specific selection of archive units
...
Stop the previously running Asta7
Code Block cd previous_asta7_directory docker compose down
Download and extract Asta7 1.65.2
Adjust the
.env
file according to the previous oneCopy the client secret of client requisition
asta-repository
from Keycloak admin console and update the value ofREPOSITORY_CLIENT_SECRET
property in.env
.Run Asta7 1.65.2
Code Block cd asta7-1.65.2 docker compose up -d
...