From 66aaeca8ab8e3dabdeccd627a41135d8c57e7566 Mon Sep 17 00:00:00 2001 From: Ron Stone Date: Mon, 31 Jan 2022 13:09:54 -0500 Subject: [PATCH] typos in OIDC AUTH DOCS for WRCP 21.12 Codeblock updates Signed-off-by: Ron Stone Change-Id: I277f17ece1062adc9e7c3c6948c8c4745cdcba4e --- .../kubernetes/configure-oidc-auth-applications.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/security/kubernetes/configure-oidc-auth-applications.rst b/doc/source/security/kubernetes/configure-oidc-auth-applications.rst index da0463ce6..fdc122095 100644 --- a/doc/source/security/kubernetes/configure-oidc-auth-applications.rst +++ b/doc/source/security/kubernetes/configure-oidc-auth-applications.rst @@ -100,7 +100,7 @@ Configure OIDC Auth Applications ~(keystone_admin)]$ mkdir /home/sysadmin/ssl ~(keystone_admin)]$ kubectl get secret system-local-ca -n cert-manager -o=jsonpath='{.data.ca\.crt}' | base64 --decode > /home/sysadmin/ssl/dex-ca-cert.crt - ~(keystone_admin)]$ kubectl create secret generic dex-ca-cert --from-file=/home/sysadmin/ssl/dex-ca-cert.pem -n kube-system + ~(keystone_admin)]$ kubectl create secret generic dex-ca-cert --from-file=/home/sysadmin/ssl/dex-ca-cert.crt -n kube-system ~(keystone_admin)]$ cat < stx-oidc-client.yaml tlsName: oidc-auth-apps-certificate @@ -124,7 +124,7 @@ Configure OIDC Auth Applications .. code-block:: none - ~(keystone_admin)]$ kubectl create secret generic wad-ca-cert.crt --from-file=ssl/wad-ca-cert -n kube-system + ~(keystone_admin)]$ kubectl create secret generic wad-ca-cert --from-file=ssl/wad-ca-cert.crt -n kube-system Add the following sections to your dex helm overrides to configure the |OIDC| Client and Identity Server Certificate and the Windows Active @@ -148,7 +148,7 @@ Configure OIDC Auth Applications secretName: wad-ca-cert extraVolumeMounts: - name: certdir - mountPath: /etc/ssl/certs/wad-ca-cert.crt + mountPath: /etc/ssl/certs/adcert #. Apply the overrides configuration. @@ -356,7 +356,7 @@ Configure OIDC Auth Applications secretName: wad-ca-cert extraVolumeMounts: - name: certdir - mountPath: /etc/ssl/certs/wad-ca-cert.crt + mountPath: /etc/ssl/certs/adcert .. end-connector-config