core icon indicating copy to clipboard operation
core copied to clipboard

Do we need to really run this as root?

Open nolim1t opened this issue 3 years ago • 2 comments

Do we need to really run this as root?

Some people might get freaked out about this. Should at least do sudo in the individual commands that require it (and inform the user).

https://github.com/runcitadel/core/blob/35e50381bca34e552f634f59e10ecd81defae1d8/scripts/configure#L20

nolim1t avatar Nov 05 '21 10:11 nolim1t

Do we need to really run this as root?

Currently, yes. We manually install docker compose v2 (a docker CLI plugin, not a separate tool) to the users home directory and all other scripts run as root. But I'll keep this on the roadmap.

AaronDewes avatar Nov 06 '21 17:11 AaronDewes

Do we need to really run this as root?

Currently, yes. We manually install docker compose v2 (a docker CLI plugin, not a separate tool) to the users home directory and all other scripts run as root. But I'll keep this on the roadmap.

awesome would be good to install docker-compose v2 CLI to whatever the default user is eventually. Some people may get nervous about using root and its also a potential attack vector

nolim1t avatar Nov 07 '21 06:11 nolim1t