❌ superuser (chris) Cannot create superuser without connection to Docker.
rrbanda opened this issue · 3 comments
rrbanda commented
While running podman run --rm -i docker.io/fnndsc/chrisomatic:latest chrisomatic -t - < chrisomatic.yml
, getting the following error
@jennydaman please review
rrbanda commented
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
jennydaman commented
@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.
jennydaman commented
No longer an issue, because CUBE creates its own superuser now. FNNDSC/ChRIS_ultron_backEnd#562