Changes for page XWiki

Last modified by Milad Afshar-Jahanshahi on 2025/06/27 14:31

From version 21.1
edited by Milad Afshar-Jahanshahi
on 2025/06/27 08:42
Change comment: There is no comment for this version
To version 23.1
edited by Boris Folgmann
on 2025/06/27 12:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.miladafshar-jahanshahit-systemscom
1 +xwiki:XWiki.borisfolgmannt-systemscom
Content
... ... @@ -1,8 +1,6 @@
1 1  (% class="wikigeneratedid" %)
2 2  [[image:XWiki-logo-color.png||alt="Grafana Icon Logo PNG vector in SVG, PDF, AI, CDR format" data-xwiki-image-style-alignment="end" height="52" width="190"]]
3 3  
4 -= Content =
5 -
6 6  {{toc/}}
7 7  
8 8  = Introduction =
... ... @@ -21,27 +21,27 @@
21 21  
22 22  == Preconditions in DevOps portal to access XWiki ==
23 23  
24 -* A XWiki license must be assigned to the user
25 -* XWiki must be added to the tool list of the project
26 -* If you are not already logged in to another tool in the toolchain, then you have to login using your configured SSO credentials.
22 +1. A XWiki license must be assigned to the user
23 +1. XWiki must be added to the tool list of the project
24 +1. If you are not already logged in to another tool in the toolchain or the DevOps portal, then you have to login using your configured SSO credentials.
27 27  
28 28  After completing the preconditions, a project in XWik, which is part of the DevOps-as-a-Service toolchain, can be accessed via the DevOps Portal or directly through a URL.
29 29  
30 30  == Via DevOps Portal ==
31 31  
32 -Go to the DevOps Portal Homepage and click on the XWiki tile:
30 +Go to the DevOps Portal Homepage and click on the link //Project Wiki// in the XWiki tile:
33 33  
34 34  [[image:Untitled.png||alt="XWiki-Tile" data-xwiki-image-style-border="true"]]
35 35  
36 36  == Via Direct URL ==
37 37  
38 -You can also access it directly using the following link format:
39 -[[https:~~/~~/<customer~>.devops.t-systems.net/xwiki/wiki/<MyProject~>/view>>https://<customer>.devops.t-systems.net/xwiki/wiki/<MyProject>/view]]
36 +You can also access XWiki directly using the following link format:
37 +[[https:~~/~~/<customer~>.devops.t-systems.net/xwiki/wiki/<pkey~>/view>>https://<customer>.devops.t-systems.net/xwiki/wiki/<pkey>/view]] where <customer> is the id of your DevOps-as-a-Service instance and <pkey> is the project key in lowercase letters.
40 40  
41 41  (% class="box warningmessage" %)
42 42  (((
43 43  ⚠ **Note**
44 -Access to the main wiki at [[https:~~/~~/<customer~>.devops.t-systems.net/xwik>>https://<customer>.devops.t-systems.net/xwik]] is forbidden due to security restrictions and this page cannot be viewed.
42 +Access to the main wiki at [[https:~~/~~/<customer~>.devops.t-systems.net/xwik>>https://<customer>.devops.t-systems.net/xwik]] is forbidden due to security restrictions and therefore this page cannot be viewed.
45 45  )))
46 46  
47 47  (% class="box warningmessage" %)
... ... @@ -54,7 +54,7 @@
54 54  
55 55  = Users, Projects and Roles =
56 56  
57 -* Projects, users and their roles in projects are managed in the DevOps portal, the corresponding functions in XWiki are disabled (UI and API)
55 +* Projects, users and their roles in projects are managed in the DevOps Portal, the corresponding functions in XWiki are disabled (UI and API)
58 58  
59 59  (% class="box warningmessage" %)
60 60  (((
... ... @@ -62,13 +62,13 @@
62 62  Projects in the DevOps portal are mapped to corresponding subwikis in XWiki
63 63  )))
64 64  
65 -* When a new project is created in the portal with XWiki configured as a tool, a corresponding subwiki is automatically created. Users assigned to the project in the portal are then added to the subwiki with the roles defined in the configuration : 
63 +* When XWiki is added as a tool to an existing or new project, a corresponding subwiki is automatically created. Users assigned to the project in the DevOps Portal are then added to the subwiki with the roles defined in the configuration : 
66 66  ** Role mapping: (((
67 -(% class="active" %)|=(% style="width: 237px;" %)Project Role in DevOps Portal|=(% style="width: 899px;" %)Permissions in XWiki
68 -|(% style="width:237px" %)Admin|(% style="width:899px" %)View, comment, edit, and delete pages
69 -|(% style="width:237px" %)Master|(% colspan="1" style="width:899px" %)Can view, comment, and edit pages, but cannot delete content
70 -|(% style="width:237px" %)Developer|(% colspan="1" style="width:899px" %)Similar to Master
71 -|(% style="width:237px" %)Viewer|(% style="width:899px" %)Read-only access. Can only view content, no edits or comments allowed
65 +(% class="active" %)|=(% style="width: 237px;" %)Project Role in DevOps Portal|=(% style="width: 704px;" %)Permissions in XWiki
66 +|(% style="width:237px" %)Admin|(% style="width:704px" %)View, comment, edit, and delete pages
67 +|(% style="width:237px" %)Master|(% colspan="1" style="width:704px" %)Can view, comment, and edit pages, but cannot delete content
68 +|(% style="width:237px" %)Developer|(% colspan="1" style="width:704px" %)Similar to Master
69 +|(% style="width:237px" %)Viewer|(% style="width:704px" %)Read-only access. Can only view content, no edits or comments allowed
72 72  
73 73  A detailed description of the XWiki role model can be found [[here>>https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Access%20Rights/Permission%20types/]]
74 74  )))