Merge "Force case sensitive Gerrit users in config"
This commit is contained in:
@@ -8,15 +8,17 @@
|
|||||||
reportBugUrl = "https://docs.openstack.org/infra/system-config/project.html#contributing"
|
reportBugUrl = "https://docs.openstack.org/infra/system-config/project.html#contributing"
|
||||||
gitHttpUrl = https://{{ gerrit_vhost_name }}/
|
gitHttpUrl = https://{{ gerrit_vhost_name }}/
|
||||||
serverId = {{ gerrit_serverid }}
|
serverId = {{ gerrit_serverid }}
|
||||||
{% if not gerrit_run_init_dev_mode %}
|
|
||||||
[auth]
|
[auth]
|
||||||
|
# We have a long history of case sensitive usernames and need
|
||||||
|
# to preserve that behavior.
|
||||||
|
userNameCaseInsensitive = false
|
||||||
|
{% if not gerrit_run_init_dev_mode %}
|
||||||
contributorAgreements = true
|
contributorAgreements = true
|
||||||
type = OPENID_SSO
|
type = OPENID_SSO
|
||||||
cookieSecure = true
|
cookieSecure = true
|
||||||
enableRunAs = true
|
enableRunAs = true
|
||||||
openIdSsoUrl = https://login.ubuntu.com/+openid
|
openIdSsoUrl = https://login.ubuntu.com/+openid
|
||||||
{% else %}
|
{% else %}
|
||||||
[auth]
|
|
||||||
type = DEVELOPMENT_BECOME_ANY_ACCOUNT
|
type = DEVELOPMENT_BECOME_ANY_ACCOUNT
|
||||||
# In dev mode it's very useful to be able to reload plugins
|
# In dev mode it's very useful to be able to reload plugins
|
||||||
[plugins]
|
[plugins]
|
||||||
|
|||||||
Reference in New Issue
Block a user