diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-08-13 14:59:39 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-08-13 14:59:39 +0200 |
commit | bec6aa583c517f61b271468d706d38e1ffca1f5f (patch) | |
tree | edad09f410de6f19074cc649e4fc5622293b3671 | |
parent | 2ce0437988709fd8af46c8f922f1d22d312e49f9 (diff) |
[authentication] Fix README
change default settings
Issue-ID: OOM-3306
Change-Id: I5600dce6d4828323a0c00107a967cfdaf71c07b5
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
-rw-r--r-- | kubernetes/authentication/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kubernetes/authentication/README.md b/kubernetes/authentication/README.md index 4907a1d9f1..306e2f9645 100644 --- a/kubernetes/authentication/README.md +++ b/kubernetes/authentication/README.md @@ -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 +``` |