You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ferventcoder
changed the title
Authorization turned on does not allow pushing (v0.2.0+)
Turning on basic auth through httpAuth module does not allow pushing (v0.2.0+)
Jan 11, 2018
ferventcoder
changed the title
Turning on basic auth through httpAuth module does not allow pushing (v0.2.0+)
Turning on basic auth with HttpAuth Module no longer allows pushing in v0.2x
Jan 11, 2018
Use verbs to specify that PUT and POST are still allowed, but any other
verbs would fall into the deny rule. As the rules are evaluated in
order, a PUT and POST would be allowed and the deny rule would apply to
all other requests.
Simplify the security aspects by removing other location paths as they
are no longer necessary given this is a solution that works for the
entire site.
Given this change, it means that even the top level url will not be
accessible without credentials, further securing down the site.
Update the instructions to give all steps required to turn on basic
auth using the HttpAuth module. With the simplifications it could be a
matter of two touchpoints in the config file to be protected.
Let's look to use verbs in authorization and simplify the paths.
The text was updated successfully, but these errors were encountered: