Currently in udaru-core/scripts Udaru provides an init script that adds a super user.
The initialization flow needs to be reviewed:
the init script needs to be generalized to be used by 3rd parties through env variables config
the initialization flow needs to be reviewed. Adding a ROOT user at initialization is one scenario that solves some cases but should not be encouraged. Probably most user scenarios can be solved without root users. One approach could be to provide both initialization options as examples for devs.
Currently in udaru-core/scripts Udaru provides an init script that adds a super user.
The initialization flow needs to be reviewed: