Merge "Force case sensitive Gerrit users in config"
This commit is contained in:
commit
d9db968519
@ -8,15 +8,17 @@
|
||||
reportBugUrl = "https://docs.openstack.org/infra/system-config/project.html#contributing"
|
||||
gitHttpUrl = https://{{ gerrit_vhost_name }}/
|
||||
serverId = {{ gerrit_serverid }}
|
||||
{% if not gerrit_run_init_dev_mode %}
|
||||
[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
|
||||
type = OPENID_SSO
|
||||
cookieSecure = true
|
||||
enableRunAs = true
|
||||
openIdSsoUrl = https://login.ubuntu.com/+openid
|
||||
{% else %}
|
||||
[auth]
|
||||
type = DEVELOPMENT_BECOME_ANY_ACCOUNT
|
||||
# In dev mode it's very useful to be able to reload plugins
|
||||
[plugins]
|
||||
|
Loading…
Reference in New Issue
Block a user