What I am trying to achieve, is dynamically add oidc providers at runtime.
c
chilly-nightfall-44799
07/16/2024, 7:59 PM
Hi Jannik, I think I'm trying to do something similar. Did you find a good solution for this?
s
sparse-student-69285
07/17/2024, 5:59 AM
Only half good. Kratos does hot reload the configuration on change. So what we have is the service writing parts of the config at runtime.
c
chilly-nightfall-44799
07/17/2024, 3:57 PM
oh that's interesting. That's a little better than having to restart the service alongside the config change. Is there anything needed to trigger or enable the hot reload? Or does it happen automatically
s
sparse-student-69285
08/23/2024, 12:46 PM
I think it relies on the inotify api, so simply write the config to disk and that's it