-
Notifications
You must be signed in to change notification settings - Fork 6
Bug: Config Management Overrides #144
Copy link
Copy link
Open
Description
Lots of sharp edges with using web.runme.dev with a custom drive client and OAuth provider.
- You need to remember to do
app.disableConfigOverridesOnLoad()
-
To prevent overloading the configuration when page loads;
- We added automatic overload because the config kept changing and we wanted to push new configuration to the clients
-
Overloads/overwrites don't work as expected
- I think for some configuration we have merge behavior
- For example if the new OIDC configuration doesn't set a clientSecret but the old config did then client secret remains set to the old client secret and the OIDC login flow won't work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels