Enable run-as in gerrit

This just makes the option available.  Actually controlled by ACL.

Change-Id: I3c6f853fa30c69397b0639069d6c38fcd869b469
This commit is contained in:
James E. Blair 2014-04-28 17:41:59 -07:00
parent c8b60a3d93
commit d51658cc18

View File

@ -19,6 +19,7 @@
<% end -%>
type = <%= gerrit_auth_type %>
cookieSecure = true
enableRunAs = true
<% if gerrit_auth_type == 'OPENID_SSO' -%>
openIdSsoUrl = <%= openidssourl %>
<% end -%>