generated from coulomb/repo-seed
OpenCMIS in-memory server
This commit is contained in:
36
profiles/targets/opencmis-inmemory-local.json
Normal file
36
profiles/targets/opencmis-inmemory-local.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"id": "opencmis-inmemory-local",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "Apache Chemistry OpenCMIS InMemory Local",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding local pilot"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:18080/inmemory/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": "env:OPENCMIS_INMEMORY_USER,OPENCMIS_INMEMORY_PASSWORD",
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": [
|
||||
{
|
||||
"id": "pilot-target-not-production",
|
||||
"requirement_refs": [
|
||||
"cmis.object-services",
|
||||
"cmis.content-streams",
|
||||
"cmis.query",
|
||||
"cmis.acl",
|
||||
"cmis.versioning"
|
||||
],
|
||||
"reason": "The OpenCMIS in-memory server is used only as a local infrastructure pilot target.",
|
||||
"status": "unsupported_by_design"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user