admin password not set #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems the password was not set automatically after deployment, I had to do a manual
abra app cmd <domain> app set_admin_pass
before login workedConfig contains the unmodified
POST_DEPLOY_CMDS="app set_admin_pass|worker apply_blueprints"
It seems that the admin password won't be initialized automatically without
POST_DEPLOY_CMDS
including "app set_admin_pass"Since the admin pass is a required value, users probably expect that it will be set. I suggest making the default uncommented env value:
POST_DEPLOY_CMDS="app_set_admin_pass"
Just passing by but that seems like more of a documentation patch in the end? #8 seems legit tho if maintainers of the recipe (@moritz ?) could take a look.