Commit Graph
4 Commits
Author SHA1 Message Date
Nathan Vasse 7b45ae9cef 🔧(conf) add network to docker compose
In order to be able to test resource server we need to be able
to share a network between our docker compose stack. Let's add
a network to make it work.
2025-10-31 10:50:19 +01:00
Nathan PanchoutandManuel Raynaud 214a912383 (core) update email addresses in realm.json for test environment
Updated email addresses for users in realm.json from the '.e2e' domain
to the '.test' domain to ensure consistency with the testing
environment.
2025-09-02 09:41:26 +02:00
jbpenrathandManuel Raynaud 8f77160468 🧑‍💻(keycloak) do not require ssl for dev server
Set `sslRequired` to `none` for all realms in the keycloak dev service.
By default this settings is set to `external` and only local IPs are granted
to access to the server without SSL. But sometimes, with docker (desktop?)
it appears the network configuration may keycloak to consider the accessing
ip as not local.

We also took opportunity of this change to use the latest keycloak image version

Resolve #291
2025-07-29 11:16:16 +02:00
Manuel Raynaud 2607d77153 🎉(core) shape of the project
Add all files we need to start the project. Only the `src` repository is
missing and will be added later by additional pull requests.
2025-01-29 17:08:23 +01:00