Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Commit

Permalink
oauth2_proxy config after bitly/oauth2_proxy#115
Browse files Browse the repository at this point in the history
The cookie_refresh switched from time until expiration to time since creation,
which makes more sense. Also updated cookie_key to cookie_name.
  • Loading branch information
Mike Bland committed Jun 23, 2015
1 parent 3c7b226 commit 097d62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/usr/local/18f/etc/oauth2_proxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ authenticated_emails_file = "/home/ubuntu/hub/_site/auth/hub-authenticated-email
cookie_secret = ""
cookie_domain = ".18f.gov"
cookie_expire = "168h"
cookie_refresh = "144h"
cookie_refresh = "24h"
cookie_https_only = true

## To maintain backward compatibility so users won't have to refresh.
cookie_key = "_oauthproxy"
cookie_name = "_oauthproxy"

## MyUSA settings until staging.my.usa.gov change committed
login_url = "https://staging.my.usa.gov/oauth/authorize"
Expand Down

0 comments on commit 097d62b

Please sign in to comment.