[authentication] Fix README 19/138719/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Tue, 13 Aug 2024 12:59:39 +0000 (14:59 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Tue, 13 Aug 2024 12:59:39 +0000 (14:59 +0200)
change default settings

Issue-ID: OOM-3306

Change-Id: I5600dce6d4828323a0c00107a967cfdaf71c07b5
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
kubernetes/authentication/README.md

index 4907a1d..306e2f9 100644 (file)
@@ -279,15 +279,15 @@ The access role is assigned to a realm client (e.g. oauth2_proxy)
 
 ```yaml
     smtpServer:
-      password: "EYcQE44+AEYcQE44A!"
+      password: "<password>"
       starttls: "true"
       auth: "true"
       port: "587"
-      host: "mailauth.telekom.de"
-      from: "dl_t-nap_support@telekom.de"
-      fromDisplayName: "tnapsupport"
+      host: "<mailserver>"
+      from: "<mail-address>"
+      fromDisplayName: "onapsupport"
       ssl: "false"
-      user: "tnapsupport"
+      user: "onapsupport"
 ```
 
 ## Ingress Authentication settings
@@ -302,4 +302,4 @@ ingressAuthentication:
     - '{{ include "ingress.config.host" (dict "dot" . "baseaddr" "portal-ui") }}'
     - '{{ include "ingress.config.host" (dict "dot" . "baseaddr" "minio-console") }}'
     - '{{ include "ingress.config.host" (dict "dot" . "baseaddr" "uui-server") }}'
-```
\ No newline at end of file
+```