edgedb-ui
edgedb-ui copied to clipboard
Unable to use the UI if running edgedb without password
my k8s edgedb deployment has, no password configured
containers:
- name: edgedb
image: edgedb/edgedb:2.2
env:
- name: EDGEDB_SERVER_SECURITY
value: insecure_dev_mode
- name: EDGEDB_SERVER_ADMIN_UI
value: enabled
The UI login button remains disabled and I'm unable to login

➜ edgedb --version
EdgeDB CLI 2.0.5+f78cf34
What am I doing wrong?
anyone? :(
@jaclarke, we ought to be able to handle Trust auth over HTTP.