FNNDSC/chrisomatic

❌ superuser (chris) Cannot create superuser without connection to Docker.

rrbanda opened this issue · 3 comments

While running podman run --rm -i docker.io/fnndsc/chrisomatic:latest chrisomatic -t - < chrisomatic.yml , getting the following error

Screenshot 2023-10-26 at 8 06 12 AM Screenshot 2023-10-26 at 8 06 30 AM

@jennydaman please review

The file being used for chrisomatic.yml

[root@chbox-edge ~]# more chrisomatic.yml

# chrisomatic.yml
version: 1.2

on:
  cube_url: http://chbox-edge:8000/api/v1/
  chris_superuser:
    username: chris
    password: chris1234

cube:
  compute_resource:
    - name: host
      url: http://chbox-edge:5005/api/v1/
      innetwork: true
  plugins:
    - pl-dircopy
    - pl-tsdircopy
    - pl-topologicalcopy

Podman Version on the machine

[root@chbox-edge ~]# podman -v
podman version 4.4.1

@veniceofcode it’s an ugly error message which I should tidy up, otherwise it’s working as intended. You ran chrisomatic without mounting the Podman socket, so chrisomatic is unable to create the superuser account.

No longer an issue, because CUBE creates its own superuser now. FNNDSC/ChRIS_ultron_backEnd#562