--
You received this message because you are subscribed to the Google Groups "obiba-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to obiba-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/e1cf7747-1aed-440a-b53e-2e884413b737n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/3380fb35-56cc-427c-ac03-50f373cba219n%40googlegroups.com.
Hi,
Did you remove the existing images first? I just tried the Opal docker from the demo repository and had no issues with respect to the password nor CSRF.
If you do NOT have any data, you could try a clean docker setup:
cd <docker-compose-file-folder>
docker-compose rm -s # clean all containers created by this docker-compose (NOTE: `docker compose` for newer versions)
docker images
docker rmi <OPAL-IMAGE-ID> # Repository: obiba/opal Tag: latest
docker-compose up -d
Best,
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/67bd08f4-f177-4e2d-9c90-911752877323n%40googlegroups.com.
Hi,
As the log suggests, you have to add localhost:8872 to the csrf.allowed in the config file.
For Mica, it would be under MICA_HOME/conf/application.yml where MICA_HOME would be /opt/mica as per the volumes config that you copied from the documentation (resulting in the file being placed under /opt/mica/conf).
Similarly, for Opal and Agate this file should be placed under /opt/opal/conf and /opt/agate/conf respectively.
Regards
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/0ac7cd1b-da21-4eec-93d5-211511144f38n%40googlegroups.com.
Hi,
The config should look like:
csrf:
allowed: "localhost:8872"
Here is an example of the default configs.
Regards.
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/8d8752b0-efbe-439f-8ca8-57c478fea050n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/fe154b41-4d3c-4ee3-b9b5-1b61d1efc0a8n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/obiba-users/CAOGeEEKSwkNFge11B6JUOFUwWfZn4-j%2B403BbVaiQWm7LfnnBg%40mail.gmail.com.