Added missing documentation from wiki refs #23833
This commit is contained in:
parent
b3e7bbdd82
commit
141f1ec36d
|
@ -7,6 +7,42 @@ gCat is a RESTful application which exposes operations ...
|
|||
|
||||
See the available REST-API on `its API docs <../api-docs/index.html>`_.
|
||||
|
||||
The maven coordinates are:
|
||||
|
||||
.. code:: xml
|
||||
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
|
||||
|
||||
The service can be discovered in the gCore IS as gCore Endpoint with the following parameter:
|
||||
|
||||
.. code:: xml
|
||||
|
||||
<ServiceClass>org.gcube.data-catalogue</ServiceClass>
|
||||
<ServiceName>gcat</ServiceName>
|
||||
|
||||
|
||||
The service can be discovered in the Facet Based IS as EService with the following json query:
|
||||
|
||||
.. code:: json
|
||||
|
||||
{
|
||||
"@class": "EService",
|
||||
"consistsOf": [
|
||||
{
|
||||
"@class": "IsIdentifiedBy",
|
||||
"target": {
|
||||
"@class": "SoftwareFacet",
|
||||
"group": "org.gcube.data-catalogue",
|
||||
"name": "gcat"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Base URL
|
||||
========
|
||||
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
Dev and Pre Users used for moderation tests
|
||||
========
|
||||
|
||||
To perform moderation tests in dev and preproduction infrastructure we use different users with the indicated roles.
|
||||
|
||||
.. table::
|
||||
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| User | Username | Role |
|
||||
+===============+===============+========================================+
|
||||
| Mister White | mister.white | Catalogue-Manager |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| Mister Blue | mister.blue | Catalogue-Admin |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| Mister Orange | mister.orange | Catalogue-Editor |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| Mister Pink | mister.pink | NO ROLE (means Catalogue-Member) |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| Mister Blonde | mister.blonde | Catalogue-Admin + Catalogue-Moderator |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
| Mister Brown | mister.brown | Catalogue-Moderator |
|
||||
+---------------+---------------+----------------------------------------+
|
||||
|
Loading…
Reference in New Issue