set admin password via secret #77

Merged
moritz merged 1 commits from admin_password into main 2026-09-09 19:25:19 +00:00
Owner

Running core_install initiates wordpress and creates an admin user with a password. Per default the password is generated and printed to the logs. Passwords in the logs aren't a good idea, especially when running this inside a CI pipeline. Further there is no way to access the password other than copying it from the logs.
I decided to add a new secret, to generate and store the admin password. This would open a breaking change, because the new secret must be generated.

Running core_install initiates wordpress and creates an admin user with a password. Per default the password is generated and printed to the logs. Passwords in the logs aren't a good idea, especially when running this inside a CI pipeline. Further there is no way to access the password other than copying it from the logs. I decided to add a new secret, to generate and store the admin password. This would open a breaking change, because the new secret must be generated.
moritz added 1 commit 2026-09-08 14:22:25 +00:00
set admin password via secret
continuous-integration/drone/pr Build is failing
6ff565428c
moritz requested review from kawaiipunk 2026-09-08 14:23:56 +00:00
moritz requested review from 3wordchant 2026-09-08 14:24:38 +00:00
moritz requested review from p4u1 2026-09-08 14:24:45 +00:00
moritz requested review from stevensting 2026-09-08 14:24:51 +00:00
moritz merged commit 66560cd209 into main 2026-09-09 19:25:19 +00:00
Sign in to join this conversation.