Setting up Open CMIS TCK
This commit is contained in:
parent
1ef1955fa0
commit
062af60af9
12 changed files with 433 additions and 38 deletions
23
profiles/targets/templates/cmis-browser-basic-auth-env.json
Normal file
23
profiles/targets/templates/cmis-browser-basic-auth-env.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"id": "cmis-browser-basic-auth-env-template",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "Basic-auth CMIS Browser Binding target",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8080/cmis/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": "env:CMIS_TCK_USER,CMIS_TCK_PASSWORD",
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue