You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: de/docs/additional/kiosk-mode.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,10 @@ Das Primärziel dieses Artikels ist es, ein System einzurichten, welches keine m
11
11
Zuerst müssen Sie einen neuen Benutzer in openITCOCKPIT erstellen, welcher sehr geringe Berechtigungen hat. Während Sie den Benutzer erstellen, können Sie dem Benutzer auch gleich einen [API Keys](/development/api/#api-keys) hinzufügen.
12
12
[API Keys](/development/api/#api-keys) können auch später noch erstellt werden.
13
13
14
-
!!! info
15
-
In der Vergangenheit haben wir die Browsererweiterung `ModHeader` empfohlen, die für alle gängigen Browser verfügbar ist/war. Wir wurden von unserer Community darüber informiert, dass die Erweiterung Werbung einfügt und nicht mehr Open Source ist.
14
+
Im nächsten Schritt installieren Sie auf dem Kiosk-System die Browser-Erweiterung [SimpleModifyHeaders](https://github.com/didierfred/SimpleModifyHeaders). Die SimpleModifyHeaders Browser-Erweiterung wird später den API Key an alle Anfragen, welche vom Webbrowser ausgeführt werden, automatisch anhängen. Somit sind keine weiteren Anmeldedaten mehr erforderlich.
16
15
17
-
Bitte lassen Sie es uns wissen, wenn Sie eine gute Alternative kennen.
18
-
19
-
Im nächsten Schritt installieren Sie auf dem Kiosk-System die Browser-Erweiterung ModHeader. Die ModHeader Browser-Erweiterung wird später den API Key an alle Anfragen, welche vom Webbrowser ausgeführt werden, automatisch anhängen. Somit sind keine weiteren Anmeldedaten mehr erforderlich.
16
+
- SimpleModifyHeaders für [Chrome](https://chrome.google.com/webstore/detail/simple-modify-headers/gjgiipmpldkpbdfjkgofildhapegmmic)
17
+
- SimpleModifyHeaders für [Firefox](https://addons.mozilla.org/firefox/addon/simple-modify-header/)
20
18
21
19
22
20
Erstellen Sie einen neuen Request Header mit dem Namen `Authorization` und setzen Sie `X-OITC-API <API-KEY>` als Value.
Copy file name to clipboardExpand all lines: en/docs/additional/kiosk-mode.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,26 @@ The primary goal of the article is, to set up a system which does not require an
10
10
11
11
First of all, you have to create a new user in openITCOCKPIT, which has very low user permissions. While you create the user, please make sure to also create a new [API key](/en/development/api/#api-keys) and copy the key. [API keys](/en/development/api/#api-keys) can also be created later on.
12
12
13
-
!!! info
14
-
In the past, we recommended the `ModHeader` browser extension which is/was available for all major browsers.
15
-
We were informed by our community that the extension injects advertising and is no longer open source.
16
13
17
-
Please let us know, if you know a good alternative.
14
+
In the next step, install the browser extension [SimpleModifyHeaders](https://github.com/didierfred/SimpleModifyHeaders) on your kiosk system. The SimpleModifyHeaders browser extension will add the API key to all requests done by the browser automatically, so openITCOCKPIT will no longer ask for any login credentials.
18
15
16
+
- SimpleModifyHeaders for [Chrome](https://chrome.google.com/webstore/detail/simple-modify-headers/gjgiipmpldkpbdfjkgofildhapegmmic)
17
+
- SimpleModifyHeaders for [Firefox](https://addons.mozilla.org/firefox/addon/simple-modify-header/)
19
18
20
-
In the next step, install a browser extension ModHeader on your kiosk system. The ModHeader browser extension will add the API key to all requests done by the browser automatically, so openITCOCKPIT will no longer ask for any login credentials.
21
19
22
20
Create a new Request Header with the name `Authorization` and as value `X-OITC-API <API-KEY>`
You can now access your openITCOCKPIT system without the need to pass any user credentials.
33
32
34
33
!!! danger
35
-
ModHeader will add this header and your API key to **all requests**. If you use this system to browse the web, make sure to disable ModHeader to avoid leaking your API key.
34
+
SimpleModifyHeaders will add this header and your API key to **all requests**. If you use this system to browse the web, make sure to disable SimpleModifyHeaders to avoid leaking your API key.
0 commit comments