|
8 | 8 | author 'Alfonso Juan Dillera / Markus M. May'
|
9 | 9 | description 'OpenID Connect implementation for Redmine'
|
10 | 10 | version '0.9.2'
|
11 |
| - url 'https://bitbucket.org/triplem74/redmine_openid_connect' |
| 11 | + url 'https://github.com/devopskube/redmine_git_remote' |
12 | 12 | author_url 'http://github.com/adillera'
|
13 | 13 |
|
14 | 14 | settings :default => {
|
15 |
| - :enabled => {{OPENID_ENABLED}}, |
16 |
| - :client_id => '{{OPENID_CLIENT_ID}}', |
17 |
| - :openid_connect_server_url => '{{KEYCLOAK_PROTOCOL}}://{{KEYCLOAK_HOST}}/auth/realms/devopskube', |
18 |
| - :client_secret => '{{OPENID_CLIENT_SECRET}}', |
19 |
| - :group => '{{OPENID_USER_GROUP}}', |
20 |
| - :admin_group => '{{OPENID_ADMIN_GROUP}}', |
21 |
| - :dynamic_config_expiry => 86400, |
22 |
| - :disable_ssl_validation => {{OPENID_DISABLE_SSL_VALIDATION}}, |
| 15 | + 'enabled' => {{OPENID_ENABLED}}, |
| 16 | + 'client_id' => '{{OPENID_CLIENT_ID}}', |
| 17 | + 'openid_connect_server_url' => '{{KEYCLOAK_PROTOCOL}}://{{KEYCLOAK_HOST}}/auth/realms/devopskube', |
| 18 | + 'client_secret' => '{{OPENID_CLIENT_SECRET}}', |
| 19 | + 'group' => '{{OPENID_USER_GROUP}}', |
| 20 | + 'admin_group' => '{{OPENID_ADMIN_GROUP}}', |
| 21 | + 'dynamic_config_expiry' => 86400, |
| 22 | + 'disable_ssl_validation' => {{OPENID_DISABLE_SSL_VALIDATION}}, |
23 | 23 | }, partial: 'settings/redmine_openid_connect_settings'
|
24 | 24 | end
|
25 | 25 |
|
|
0 commit comments