edgedb-ui icon indicating copy to clipboard operation
edgedb-ui copied to clipboard

Unable to use the UI if running edgedb without password

Open alexgorbatchev opened this issue 3 years ago • 2 comments

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

image

➜ edgedb --version                                                               
EdgeDB CLI 2.0.5+f78cf34

What am I doing wrong?

alexgorbatchev avatar Sep 23 '22 22:09 alexgorbatchev

anyone? :(

alexgorbatchev avatar Nov 04 '22 22:11 alexgorbatchev

@jaclarke, we ought to be able to handle Trust auth over HTTP.

elprans avatar Nov 05 '22 03:11 elprans