Skip to content

Commit 31476cf

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents f3870ac + 0eb29b9 commit 31476cf

13 files changed

+44
-40
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ local OpenID login and added Jupyter+cloud integration for data analysis:
761761
--mig_cert_fqdn= \
762762
--ext_cert_fqdn=cert.erda.dk \
763763
--mig_oid_fqdn=ext.erda.dk \
764-
--ext_oid_fqdn=erda.dk \
764+
--ext_oid_fqdn=oid.erda.dk \
765765
--ext_oidc_fqdn=oidc.erda.dk \
766766
--sid_fqdn=sid.erda.dk \
767767
--io_fqdn=io.erda.dk \

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
}

0 commit comments

Comments
 (0)