Skip to content

Bug: Config Management Overrides #144

Description

@jlewi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions