Open odscjames opened 1 month ago
dokku http-auth:report test
reports that the auth is enabled while the problem exists.
Changing the order has no effect; problem still happens. (ie app create, git sync, rebuild, THEN auth enable )
Separating the auth commands doesn't work either:
root@server:~# dokku http-auth:enable test3
-----> Enabling HTTP auth for test3...
! Skipping user initialization
Done
root@server:~# dokku http-auth:add-user test3 user pass
-----> Adding user to basic auth list
Clue: When in the broken state, this happens:
root@server:~# dokku http-auth:show-config test4
(ie, no config shown)
After disabling and reenabling auth to get it working, this happens:
root@server:~# dokku http-auth:show-config test4
auth_basic "Restricted";
auth_basic_user_file /home/dokku/test4/htpasswd;
@josegonzalez can you help?
+1 to the problem
Description of problem
We enable an user & pass; it doesn't work
How reproducible
Steps to Reproduce
EXPECT: http://test.server.com to have a user and password on
ACTUALLY: It doesn't.
RESULT: Still no user and password
RESULT: Now it has a user name and password
Environment Information
dokku report APP_NAME
outputIt's just a sample app I found online and full commands are above to reproduce
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Virtual server, Ubuntu, package from https://packagecloud.io/dokku/dokku/ubuntu/
dokku version 0.35.4
dokku plugin:list == http-auth 0.10.0 enabled HTTP authentication for apps