Skip to content

Commit 0eb29b9

Browse files
committed
switch front page default log in and sign up to new UCPH OIDC (extoidc) auth service on ERDA production and all dev/test systems in response to old auth service is being retired and replaced. Remove trailing spaces in all site confs.
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6185 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 0ebfa26 commit 0eb29b9

11 files changed

+38
-34
lines changed

mig/images/site-conf-dev-sif.erda.dk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -11,6 +11,6 @@ function get_site_conf(key) {
1111
value = ["ALL", "SIF", "DEV.SIF"];
1212
} else if (key === 'auth_methods') {
1313
value = ["extoid", "migoid"];
14-
}
14+
}
1515
return value;
1616
}

mig/images/site-conf-dev.erda.dk.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "ERDA", "DEV.ERDA"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "extoidc", "migoid", "extcert"];
14-
}
13+
value = ["extoidc", "migoid", "extcert"];
14+
}
1515
return value;
1616
}

mig/images/site-conf-erda.dk.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "ERDA"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "migoid", "extcert"];
14-
}
13+
value = ["extoidc", "migoid", "extcert"];
14+
}
1515
return value;
1616
}

mig/images/site-conf-idmc.dk.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -9,6 +9,8 @@ function get_site_conf(key) {
99
value = "status-events.json";
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "IDMC"];
12-
}
12+
} else if (key === 'auth_methods') {
13+
value = ["extoidc", "migoid", "extcert"];
14+
}
1315
return value;
1416
}

mig/images/site-conf-migrid.org.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -11,6 +11,6 @@ function get_site_conf(key) {
1111
value = ["ALL", "MiGrid"];
1212
} else if (key === 'auth_methods') {
1313
value = ["extoidc", "migoid", "extcert"];
14-
}
14+
}
1515
return value;
1616
}

mig/images/site-conf-sif.erda.dk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -11,6 +11,6 @@ function get_site_conf(key) {
1111
value = ["ALL", "SIF"];
1212
} else if (key === 'auth_methods') {
1313
value = ["extoid", "migoid"];
14-
}
14+
}
1515
return value;
1616
}

mig/images/site-conf-status.erda.dk.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
IMPORTANT: ui doubles as status.erda.dk so we should only display production
@@ -13,7 +13,7 @@ function get_site_conf(key) {
1313
/* We keep IDMC for history */
1414
value = ["ALL", "ERDA", "SIF", "MiGrid", "IDMC"];
1515
} else if (key === 'auth_methods') {
16-
value = ["extoid", "extoidc", "migoid", "extcert"];
17-
}
16+
value = ["extoidc", "migoid", "extcert"];
17+
}
1818
return value;
1919
}

mig/images/site-conf-storage.deic.dk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -11,6 +11,6 @@ function get_site_conf(key) {
1111
value = ["ALL", "DeiC"];
1212
} else if (key === 'auth_methods') {
1313
value = ["extoidc", "migoid"];
14-
}
14+
}
1515
return value;
1616
}

mig/images/site-conf-test-sif.erda.dk.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
Local site variables to adjust look n' feel of what is displayed on the
1+
/*
2+
Local site variables to adjust look n' feel of what is displayed on the
33
'static' html pages with javascript content loading on this site.
44
55
*/
@@ -11,6 +11,6 @@ function get_site_conf(key) {
1111
value = ["ALL", "SIF", "TEST.SIF"];
1212
} else if (key === 'auth_methods') {
1313
value = ["extoid", "migoid"];
14-
}
14+
}
1515
return value;
1616
}

mig/images/site-conf-test.erda.dk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "ERDA", "TEST.ERDA"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "extoidc", "migoid", "extcert"];
13+
value = ["extoidc", "migoid", "extcert"];
1414
}
1515
return value;
1616
}

0 commit comments

Comments
 (0)