How do I enable local auth on Enterprise?

To enable local authentication on Astronomer Enterprise (username and password), you just need to:

1.Add the following local field to your config.yaml file in your helm.astronomer.io/ directory:

astronomer:
  houston:
    config:
      auth:
        local:
          enabled: true
  1. After you’ve updated that config, run helm upgrade to apply it to your Astronomer deployment