From 20f98aa010774c674113522094cf06c9eed93790 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 8 Aug 2024 17:23:45 +0200 Subject: [PATCH] shuffle images --- .../ssh_gateways_list-01.png} | Bin .../ssh_gateways_list-02.png} | Bin .../{ => _static}/ssh_gateways_overview.drawio.svg | 0 .../unix_groups_image-01.png} | Bin services/admin-guide/ssh_gateways.md | 6 +++--- services/admin-guide/unix_groups.md | 2 +- .../{sshgw-01.png => _static/ssh_gateways_01.png} | Bin .../{sshgw-02.png => _static/ssh_gateways_02.png} | Bin .../{sshgw-03.png => _static/ssh_gateways_03.png} | Bin .../{sshgw-04.png => _static/ssh_gateways_04.png} | Bin .../unix_groups_request_01.png} | Bin .../unix_groups_request_02.png} | Bin .../unix_groups_request_03.png} | Bin .../unix_groups_request_04.png} | Bin services/user-guide/ssh_gateways.md | 8 ++++---- services/user-guide/unix_groups.md | 8 ++++---- 16 files changed, 12 insertions(+), 12 deletions(-) rename services/admin-guide/{sshgw-list-01.png => _static/ssh_gateways_list-01.png} (100%) rename services/admin-guide/{sshgw-list-02.png => _static/ssh_gateways_list-02.png} (100%) rename services/admin-guide/{ => _static}/ssh_gateways_overview.drawio.svg (100%) rename services/admin-guide/{unix_group-01.png => _static/unix_groups_image-01.png} (100%) rename services/user-guide/{sshgw-01.png => _static/ssh_gateways_01.png} (100%) rename services/user-guide/{sshgw-02.png => _static/ssh_gateways_02.png} (100%) rename services/user-guide/{sshgw-03.png => _static/ssh_gateways_03.png} (100%) rename services/user-guide/{sshgw-04.png => _static/ssh_gateways_04.png} (100%) rename services/user-guide/{unix_group_request_01.png => _static/unix_groups_request_01.png} (100%) rename services/user-guide/{unix_group_request_02.png => _static/unix_groups_request_02.png} (100%) rename services/user-guide/{unix_group_request_03.png => _static/unix_groups_request_03.png} (100%) rename services/user-guide/{unix_group_request_04.png => _static/unix_groups_request_04.png} (100%) diff --git a/services/admin-guide/sshgw-list-01.png b/services/admin-guide/_static/ssh_gateways_list-01.png similarity index 100% rename from services/admin-guide/sshgw-list-01.png rename to services/admin-guide/_static/ssh_gateways_list-01.png diff --git a/services/admin-guide/sshgw-list-02.png b/services/admin-guide/_static/ssh_gateways_list-02.png similarity index 100% rename from services/admin-guide/sshgw-list-02.png rename to services/admin-guide/_static/ssh_gateways_list-02.png diff --git a/services/admin-guide/ssh_gateways_overview.drawio.svg b/services/admin-guide/_static/ssh_gateways_overview.drawio.svg similarity index 100% rename from services/admin-guide/ssh_gateways_overview.drawio.svg rename to services/admin-guide/_static/ssh_gateways_overview.drawio.svg diff --git a/services/admin-guide/unix_group-01.png b/services/admin-guide/_static/unix_groups_image-01.png similarity index 100% rename from services/admin-guide/unix_group-01.png rename to services/admin-guide/_static/unix_groups_image-01.png diff --git a/services/admin-guide/ssh_gateways.md b/services/admin-guide/ssh_gateways.md index 6a90abe..fe6037e 100644 --- a/services/admin-guide/ssh_gateways.md +++ b/services/admin-guide/ssh_gateways.md @@ -16,7 +16,7 @@ Depending on the gateway the user authenticates via password or password/MFA com All ssh gateways are located in an isolated network __129.129.197.x__. Communication to and from the ssh gateways always go through the PSI firewall and needs to be explicitly enabled. Following communication is currently possible: -![](ssh_gateways_overview.drawio.svg) +![](_static/ssh_gateways_overview.drawio.svg) The access to a gateway is always controlled via an AD group. The name of the AD group always follows the same pattern: __unx-gw_<gateway-name>__. __gateway-name__ is always the part of ssh gateways name before the __-gw__ (example: sls-gw.psi.ch > unx-gw_sls). @@ -46,10 +46,10 @@ The memberships and the approver of the different gateway access groups (naming https://psi.service-now.com/now/nav/ui/classic/params/target/sys_user_group_list.do%3Fsysparm_query%3DnameSTARTSWITHunx-gw_%255Eactive%253Dtrue%26sysparm_first_row%3D1%26sysparm_view%3Dlinux_groups%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue Once you have the list, click on a group to see the details for this group: -![](sshgw-list-01.png) +![](_static/ssh_gateways_list-01.png) To see/check the member of this group scroll down and select the __Group Members__ tab: -![](sshgw-list-02.png) +![](_static/ssh_gateways_list-02.png) diff --git a/services/admin-guide/unix_groups.md b/services/admin-guide/unix_groups.md index 1aa47c1..75bce2c 100644 --- a/services/admin-guide/unix_groups.md +++ b/services/admin-guide/unix_groups.md @@ -11,7 +11,7 @@ You can also add users on their behalf. If you are one of the admins of the grou The member as well as the administrators of the group can be found here: https://psi.service-now.com/now/nav/ui/classic/params/target/sys_user_group_list.do%3Fsysparm_userpref_module%3D92f011c81b440690d6a82f4aab4bcb5f%26sysparm_view%3Dlinux_groups%26sysparm_query%3DnameSTARTSWITHunx%255Eactive%253Dtrue%255EEQ%26sysparm_force_row_count%3D500 -![](unix_group-01.png) +![](_static/unix_groups_image-01.png) If there are no administrators marked, the helpdesk will get the approval request. diff --git a/services/user-guide/sshgw-01.png b/services/user-guide/_static/ssh_gateways_01.png similarity index 100% rename from services/user-guide/sshgw-01.png rename to services/user-guide/_static/ssh_gateways_01.png diff --git a/services/user-guide/sshgw-02.png b/services/user-guide/_static/ssh_gateways_02.png similarity index 100% rename from services/user-guide/sshgw-02.png rename to services/user-guide/_static/ssh_gateways_02.png diff --git a/services/user-guide/sshgw-03.png b/services/user-guide/_static/ssh_gateways_03.png similarity index 100% rename from services/user-guide/sshgw-03.png rename to services/user-guide/_static/ssh_gateways_03.png diff --git a/services/user-guide/sshgw-04.png b/services/user-guide/_static/ssh_gateways_04.png similarity index 100% rename from services/user-guide/sshgw-04.png rename to services/user-guide/_static/ssh_gateways_04.png diff --git a/services/user-guide/unix_group_request_01.png b/services/user-guide/_static/unix_groups_request_01.png similarity index 100% rename from services/user-guide/unix_group_request_01.png rename to services/user-guide/_static/unix_groups_request_01.png diff --git a/services/user-guide/unix_group_request_02.png b/services/user-guide/_static/unix_groups_request_02.png similarity index 100% rename from services/user-guide/unix_group_request_02.png rename to services/user-guide/_static/unix_groups_request_02.png diff --git a/services/user-guide/unix_group_request_03.png b/services/user-guide/_static/unix_groups_request_03.png similarity index 100% rename from services/user-guide/unix_group_request_03.png rename to services/user-guide/_static/unix_groups_request_03.png diff --git a/services/user-guide/unix_group_request_04.png b/services/user-guide/_static/unix_groups_request_04.png similarity index 100% rename from services/user-guide/unix_group_request_04.png rename to services/user-guide/_static/unix_groups_request_04.png diff --git a/services/user-guide/ssh_gateways.md b/services/user-guide/ssh_gateways.md index 6115c28..08e6d2a 100644 --- a/services/user-guide/ssh_gateways.md +++ b/services/user-guide/ssh_gateways.md @@ -31,14 +31,14 @@ Access to a Gateway can be requested via Service Now with the following workflow Open Service Now and https://psi.service-now.com/psisp and browse to the __Request Gateway Access__ Workflow as follows: -![](sshgw-01.png) -![](sshgw-02.png) +![](_static/ssh_gateways_01.png) +![](_static/ssh_gateways_02.png) Alternatively you can search for "Gateway" in the search field. -![](sshgw-04.png) +![](_static/ssh_gateways_04.png) Afterwards specify the user and the Gateway you request access for: -![](sshgw-03.png) +![](_static/ssh_gateways_03.png) Once the request is submitted the responsible person for the Gateway Access List will be informed and requested for approval. Once the Approval is given the user will be automatically added to the necessary AD group. \ No newline at end of file diff --git a/services/user-guide/unix_groups.md b/services/user-guide/unix_groups.md index 8fd8b60..122ab6c 100644 --- a/services/user-guide/unix_groups.md +++ b/services/user-guide/unix_groups.md @@ -4,12 +4,12 @@ To request membership in a unix group follow this workflow: Open Service Now and https://psi.service-now.com/psisp and browse to the __Request Linux Group Membership__ Workflow as follows: -![](unix_group_request_01.png) -![](unix_group_request_02.png) -![](unix_group_request_03.png) +![](_static/unix_groups_request_01.png) +![](_static/unix_groups_request_02.png) +![](_static/unix_groups_request_03.png) Alternatively you can search for "Unix Group" in the search field. -![](unix_group_request_04.png) +![](_static/unix_groups_request_04.png) Once you submitted the request, the responsible person for the group automatically gets an approval request. Upon approval you will be automatically added to the group. \ No newline at end of file