feat + fix: replace domain name with nstest to nstart, Sychev Nikita modified runner config and fix problems with it, add cert for ssl (https) interaction
This commit is contained in:
+6
-3
@@ -1,14 +1,17 @@
|
||||
GITLAB_OMNIBUS_CONFIG="
|
||||
external_url = 'https://gitlab.nstest.local'
|
||||
external_url 'https://git.nstart.local'
|
||||
nginx['listen_port'] = 8081
|
||||
nginx['listen_https'] = false
|
||||
gitlab_rails['gitlab_host'] = 'git.nstart.local'
|
||||
gitlab_rails['gitlab_port'] = 443
|
||||
gitlab_rails['gitlab_https'] = true
|
||||
gitlab_rails['omniauth_enabled'] = true
|
||||
gitlab_rails['omniauth_allow_single_sign_on'] = true
|
||||
gitlab_rails['omniauth_auto_sing_in_with_provider'] = 'openid_connect'
|
||||
gitlab_rails['omniauth_block_auto_created_users'] = false
|
||||
gitlab_rails['omniauth_auto_link_ldap_user'] = false
|
||||
gitlab_rails['omniauth_auto_link_user'] = ['openid_connect']
|
||||
gitlab_rails['gitlab_ssh_host'] = 'ssh.gitlab.nstest.local'
|
||||
gitlab_rails['gitlab_ssh_host'] = 'git.nstart.local'
|
||||
gitlab_rails['omniauth_providers'] = [{
|
||||
name: 'openid_connect',
|
||||
label: 'Новый Старт ID',
|
||||
@@ -24,7 +27,7 @@ GITLAB_OMNIBUS_CONFIG="
|
||||
client_options: {
|
||||
identifier: 'gitlab',
|
||||
secret: '',
|
||||
redirect_uri: 'https://gitlab.nstest.local/users/auth/openid_connect/callback',
|
||||
redirect_uri: 'https://git.nstart.local/users/auth/openid_connect/callback',
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user