diff --git a/angular.json b/angular.json index e029defcdb213bbe37c534506293fd6b69331c6d..5ad79867df09dd2a80efafccc350baf8ba6f768c 100644 --- a/angular.json +++ b/angular.json @@ -193,6 +193,9 @@ }, "gerp": { "browserTarget": "sv2:build:gerp" + }, + "mlerp": { + "browserTarget": "sv2:build:mlerp" } } }, diff --git a/src/app/computesites.service.ts b/src/app/computesites.service.ts index 61b70d23779ebe800c093e164c83e6bbc495891f..10d54677354616aadc3ac809423274d50c8af677 100644 --- a/src/app/computesites.service.ts +++ b/src/app/computesites.service.ts @@ -52,8 +52,6 @@ export class ComputesitesService { return combineLatest([uri$, cmd$]).pipe( map(([uri,cmd]) => (uri.concat(cmd).concat(identity.site.appCatalog))) ) - - } getStrudelAppsIds(ids: Identity[]) { diff --git a/src/deployments/mlerp/assets/config/authservers.json b/src/deployments/mlerp/assets/config/authservers.json index bbf7f73d2b4e64612cdcef681bdc70b895fe1753..01f6a8eb97f8f15668abf3519a8fb5d628ee5639 100644 --- a/src/deployments/mlerp/assets/config/authservers.json +++ b/src/deployments/mlerp/assets/config/authservers.json @@ -1,14 +1,14 @@ [ - { - "authorise": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/oauth/authorize/choose", - "base": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/", - "cafingerprint": "SHA256:ywDDZvIbx7B2AxujVIsW433fd4Sl1aZ0wl4FFsCRX/E", - "client_id": "Q96kt2Vtw6S78dpORktM81DH", - "desc": "<div>Enter a description of the service here</div>", - "icon": null, - "logout": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/logout", - "name": "MLeRP-ðŸˆ", - "scope": "user:email", - "sign": "https://sshauthz.cloud.cvl.org.au/pysshauthz/sign/mlerp_users/api/v1/sign_key" - } + { + "authorise": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/oauth/authorize/choose", + "base": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/", + "cafingerprint": "SHA256:ywDDZvIbx7B2AxujVIsW433fd4Sl1aZ0wl4FFsCRX/E", + "client_id": "Q96kt2Vtw6S78dpORktM81DH", + "desc": "<div>The MLeRP environment creates a middle ground that has the interactivity of a notebook with the power of a HPC environment that can share valuable resources between other users while code isn’t being executed.</div>", + "icon": null, + "logout": "https://sshauthz.cloud.cvl.org.au/pysshauthz/oauth2/logout", + "name": "MLeRP-ðŸˆ", + "scope": "user:email", + "sign": "https://sshauthz.cloud.cvl.org.au/pysshauthz/sign/mlerp_users/api/v1/sign_key" + } ]