fly-apps / fly-laravel

Run your Laravel apps on Fly
40 stars 3 forks source link

Could we autogenerate safe passwords for mysql? #39

Closed Johannes-Werbrouck closed 1 year ago

Johannes-Werbrouck commented 1 year ago

Wondering what is the best UX: have the user enter the password and root password for the mysql database, or just autogenerating safe passwords for these. They get set automatically in the mysql secrets and in the laravel app secrets

fideloper commented 1 year ago

I vote for generating them automatically and setting them as a secrets.

On Fri, May 26, 2023 at 06:05 Johannes Werbrouck @.***> wrote:

Wondering what is the best UX: have the user enter the password and root password for the mysql database, or just autogenerating safe passwords for these. They get set automatically in the mysql secrets and in the laravel app secrets

— Reply to this email directly, view it on GitHub https://github.com/fly-apps/fly-laravel/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSDU5GEX4DFUXUVFDDTBLXIB543ANCNFSM6AAAAAAYQAL3GE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Johannes-Werbrouck commented 1 year ago

Fixed with #40