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
- After you’ve updated that config, run
helm upgrade
to apply it to your Astronomer deployment