Skip to content

Bug: Config Management Overrides #144

@jlewi

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.

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