Hi, there
I'm planning to use Keycloak on production, reading these articles:
In my test environment, it launches Keycloak & Postgres with docker-compose. It works.
It seems to persist realms and users to Postgres DB.
But, once I restart the docker process, it would clear sessions.
I suspect I have to configure or persist the realm's salt or key or secret or something.
Anyone knows about that ...?
Regards,
Satoshi Suzuki