Skip to content
Snippets Groups Projects
Commit 1bb6cf85 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'mlerp' of gitlab.erc.monash.edu.au:hpc-team/strudelv2_spa into mlerp

parents d21982fe b6f58302
No related branches found
No related tags found
1 merge request!117Revert "Revert "Add MLeRP Monash""
Pipeline #100189 passed
......@@ -193,6 +193,9 @@
},
"gerp": {
"browserTarget": "sv2:build:gerp"
},
"mlerp": {
"browserTarget": "sv2:build:mlerp"
}
}
},
......
......@@ -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[]) {
......
[
{
"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"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment