Commit 6661ccd2 by Greg Price

Allow anonymous access to gerrit

Without the loginUrl setting, gerrit assumes the user is logged in; if
that is not the case, it then automatically attempts to start the OAuth
process and redirects to GitHub.
parent 4eac8881
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
[auth] [auth]
type = HTTP type = HTTP
httpHeader = GITHUB_USER httpHeader = GITHUB_USER
loginUrl = /login
logoutUrl = /oauth/reset logoutUrl = /oauth/reset
[sendemail] [sendemail]
enable = {{ gerrit_smtp_enabled }} enable = {{ gerrit_smtp_enabled }}
......
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