admin password not set #3

Closed
opened 2023-04-25 13:14:13 +00:00 by iexos · 2 comments
Owner

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 worked

Config contains the unmodified POST_DEPLOY_CMDS="app set_admin_pass|worker apply_blueprints"

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 worked Config contains the unmodified `POST_DEPLOY_CMDS="app set_admin_pass|worker apply_blueprints"`
Owner

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"

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"`
Owner

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.

Just passing by but that seems like more of a documentation patch in the end? https://git.coopcloud.tech/coop-cloud/authentik/pulls/8 seems legit tho if maintainers of the recipe (@moritz ?) could take a look.
Sign in to join this conversation.
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/authentik#3
No description provided.