Support storing a plaintext password as a Docker Secret #3

Open
opened 2020-09-23 11:42:51 +00:00 by 3wordchant · 0 comments
Owner

Currently, we require users to manually hash their passwords and provide them as an environment variable.

We could probably use the PHP hash_password function to hash a password loaded from /run/secrets/selfoss_password before it's exported, which would bring this into line with other apps.

Currently, we require users to manually hash their passwords and provide them as an environment variable. We could probably use the PHP `hash_password` function to hash a password loaded from `/run/secrets/selfoss_password` before it's exported, which would bring this into line with other apps.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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