What I am trying to achieve, is dynamically add oi...
# ory-selfhosting
s
What I am trying to achieve, is dynamically add oidc providers at runtime.
c
Hi Jannik, I think I'm trying to do something similar. Did you find a good solution for this?
s
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
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
I think it relies on the inotify api, so simply write the config to disk and that's it