Skip to content

Commit b02af21

Browse files
dictionary updates, pick-25
1 parent 1f98991 commit b02af21

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/common/de/wato_user.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Der normale Weg über den Anmeldedialog ist umständlich und erfordert den Abruf
643643

644644
Um dies zu vereinfachen, bietet {CMK} das Konzept der xref:glossar#automation_user[Automationsbenutzer].
645645
Diese Benutzer sind ausschließlich für eine Fernsteuerung vorgesehen und erlauben keine normale Anmeldung über die GUI.
646-
Die Authentifizierung geschieht hier über _HTTP Basic Authentication._
646+
Die Authentifizierung geschieht hier über _HTTP-Basic-Authentication_.
647647

648648
ifdef::onprem[]
649649
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
655655

656656
[IMPORTANT]
657657
====
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.
659659
Setzen Sie dazu die Option [.guihint]#Store the secret in cleartext#.
660660
Gespeichert wird das Passwort dann im Instanzverzeichnis unter `~/var/check_mk/web/<username>/automation.secret`.
661661
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.
677677
Damit können Sie also die Sichtbarkeit von Hosts und Services nach Bedarf einschränken.
678678
endif::[]
679679

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`.
681681
Die Zeichenfolge ist dabei die Base64-kodierte Form von `username:password`.
682682

683683
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[]
12051205
* Authentifizierung mit xref:saml#[SAML]
12061206
* Authentifizierung mit xref:kerberos#[Kerberos]
12071207
* Authentifizierung in einem Aufbau mit Reverse-Proxy
1208-
* Authentifizierung mit HTTP Basic Authentication
1208+
* Authentifizierung mit HTTP-Basic-Authentication
12091209

12101210

12111211
[#files]

src/common/en/wato_user.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ The usual way via the login dialog is cumbersome and requires the retrieval of s
638638

639639
To simplify this, {CMK} provides the concept of xref:glossar#automation_user[automation users].
640640
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_.
642642

643643
ifdef::onprem[]
644644
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.
672672
This means that you can restrict the permissions and visibility of hosts and services as required.
673673
endif::[]
674674

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`.
676676
The character string is the Base64-encoded form of `username:password`.
677677

678678
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:
@@ -1199,7 +1199,7 @@ ifdef::onprem[]
11991199
* Authentication with xref:saml#[SAML]
12001200
* Authentication with xref:kerberos#[Kerberos]
12011201
* Authentication in a setup with reverse proxy
1202-
* Authentication with HTTP Basic Authentication
1202+
* Authentication with HTTP basic authentication
12031203

12041204

12051205
[#files]

0 commit comments

Comments
 (0)