Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Adding support for browserid-realm mozilla/persona#3854
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Sep 5, 2013
1 parent 574f577 commit e6e2931
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -21,6 +21,7 @@ acl post method POST

# browserid cert fetching
acl bidcert urlpath_regex ^/.well-known/browserid(\?.*)?$
acl bidrealm urlpath_regex ^/.well-known/browserid-realm(\?.*)?$

# bigtent auth providers
# google
Expand All @@ -46,6 +47,7 @@ acl to_dev_kpiggybank dst <%= node[:persona][:proxy][:kpi_target_cidr] %>

# Allow verifier requests over SSL.
http_access allow bidcert ssl get
http_access allow bidrealm ssl get

# Allow bigtent-related requests.
http_access allow bigtent_google1 get
Expand Down Expand Up @@ -87,6 +89,7 @@ sslproxy_cafile /etc/squid/cacert.pem

# never deal with >10k responses
reply_body_max_size 10240 bytes bidcert
reply_body_max_size 10240 bytes bidrealm

# reduce the default shutdown time from 30 seconds
shutdown_lifetime 10 seconds

0 comments on commit e6e2931

Please sign in to comment.