Commit f79b0890 by e0d

Merge pull request #1586 from edx/e0d/no-basic-for-api

Disable basic auth entirely for API
parents 988d920a 73ac9eea
......@@ -13,17 +13,6 @@ server {
}
location / {
{% include "basic-auth.j2" %}
try_files $uri @proxy_to_app;
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /status {
try_files $uri @proxy_to_app;
}
# No basic auth security on the heartbeat url, so that ELB can use it
location /health {
try_files $uri @proxy_to_app;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment