Search before asking
What happened
The Configuration Troubleshooting page here indicates to make run update-ca-certificates to import rootCA.
However, it is not possible as a devlake (non root) user (at least on v0.18.0 and above)
See backend/Dockerfile:
RUN useradd -ms /bin/bash -d /app devlake -u 1010
USER devlake
What do you expect to happen
I expect update-ca-certificates to be runnable.
How to reproduce
Follow the documentation:
devlake:
image: apache/devlake:v...
...
volumes:
...
- /path/to/your/rootCA.crt:/usr/local/share/ca-certificates/rootCA.crt
command: [ "sh", "-c", "update-ca-certificates; lake" ]
...
Anything else
No response
Version
v0.18.0 and above
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
The Configuration Troubleshooting page here indicates to make run update-ca-certificates to import rootCA.
However, it is not possible as a devlake (non root) user (at least on v0.18.0 and above)
See backend/Dockerfile:
What do you expect to happen
I expect
update-ca-certificatesto be runnable.How to reproduce
Follow the documentation:
Anything else
No response
Version
v0.18.0 and above
Are you willing to submit PR?
Code of Conduct