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: src/common/de/wato_user.asciidoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -643,7 +643,7 @@ Der normale Weg über den Anmeldedialog ist umständlich und erfordert den Abruf
643
643
644
644
Um dies zu vereinfachen, bietet {CMK} das Konzept der xref:glossar#automation_user[Automationsbenutzer].
645
645
Diese Benutzer sind ausschließlich für eine Fernsteuerung vorgesehen und erlauben keine normale Anmeldung über die GUI.
646
-
Die Authentifizierung geschieht hier über _HTTPBasic Authentication._
646
+
Die Authentifizierung geschieht hier über _HTTP-Basic-Authentication_.
647
647
648
648
ifdef::onprem[]
649
649
In jeder {CMK}-Instanz ist ein Automationsbenutzer bereits eingerichtet, für die Registrierung des Agenten beim {CMK}-Server zur TLS-verschlüsselten Datenübertragung.
@@ -655,7 +655,7 @@ image::wato_user_automation_user.png[alt="Sicherheitseinstellungen des Automatio
655
655
656
656
[IMPORTANT]
657
657
====
658
-
Die HTTP-Basisauthentifizierung benötigt das Automationspasswort standardmäßig im Klartext.
658
+
Die HTTP-Basic-Authentication benötigt das Automationspasswort standardmäßig im Klartext.
659
659
Setzen Sie dazu die Option [.guihint]#Store the secret in cleartext#.
660
660
Gespeichert wird das Passwort dann im Instanzverzeichnis unter `~/var/check_mk/web/<username>/automation.secret`.
661
661
Nötig ist dies für alle Regeln und Skripte, die das Automationspasswort nutzen.
@@ -677,7 +677,7 @@ Ein Automationsbenutzer kann genauso wie ein normaler Benutzer ein Kontakt sein.
677
677
Damit können Sie also die Sichtbarkeit von Hosts und Services nach Bedarf einschränken.
678
678
endif::[]
679
679
680
-
Beim automatischen Abruf von Webseiten geben Sie dann den Header der link:https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP-Basisauthentifizierung^] an, der grundsätzlich so aussieht: `Authorization: Basic 1234567890abcdef`.
680
+
Beim automatischen Abruf von Webseiten geben Sie dann den Header der link:https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP-Basic-Authentication^] an, der grundsätzlich so aussieht: `Authorization: Basic 1234567890abcdef`.
681
681
Die Zeichenfolge ist dabei die Base64-kodierte Form von `username:password`.
682
682
683
683
Hier ist ein Beispiel für den Abruf einer Ansicht im JSON-Format mit dem Automationsbenutzer `automation` und dessen Automationspasswort -- die Base64-Kodierung erledigt Curl:
@@ -1205,7 +1205,7 @@ ifdef::onprem[]
1205
1205
* Authentifizierung mit xref:saml#[SAML]
1206
1206
* Authentifizierung mit xref:kerberos#[Kerberos]
1207
1207
* Authentifizierung in einem Aufbau mit Reverse-Proxy
Copy file name to clipboardExpand all lines: src/common/en/wato_user.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -638,7 +638,7 @@ The usual way via the login dialog is cumbersome and requires the retrieval of s
638
638
639
639
To simplify this, {CMK} provides the concept of xref:glossar#automation_user[automation users].
640
640
These users are exclusively for remote control and do not allow a normal login via the GUI.
641
-
Authentication is done here via HTTP Basic Authentication.
641
+
Authentication is done here via _HTTP basic authentication_.
642
642
643
643
ifdef::onprem[]
644
644
An automation user is already set up in each {CMK} site: for registering the agent with the {CMK} server for TLS-encrypted data transfer.
@@ -672,7 +672,7 @@ An automation user can be a contact just like a normal user.
672
672
This means that you can restrict the permissions and visibility of hosts and services as required.
673
673
endif::[]
674
674
675
-
For the automatic retrieval of web pages, you then enter the header of the link:https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP Basic authentication^], which basically looks like this: `Authorization: Basic 1234567890abcdef`.
675
+
For the automatic retrieval of web pages, you then enter the header of the link:https://en.wikipedia.org/wiki/Basic_access_authentication[HTTP basic authentication^], which basically looks like this: `Authorization: Basic 1234567890abcdef`.
676
676
The character string is the Base64-encoded form of `username:password`.
677
677
678
678
Here is an example of retrieving a view in the JSON format with the automation user `automation` and its automation password -- the Base64 encoding is done by curl:
0 commit comments