Merge "typos in OIDC AUTH DOCS for WRCP 21.12"
This commit is contained in:
commit
cb2237671b
@ -100,7 +100,7 @@ Configure OIDC Auth Applications
|
|||||||
~(keystone_admin)]$ mkdir /home/sysadmin/ssl
|
~(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 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 <<EOF > stx-oidc-client.yaml
|
~(keystone_admin)]$ cat <<EOF > stx-oidc-client.yaml
|
||||||
tlsName: oidc-auth-apps-certificate
|
tlsName: oidc-auth-apps-certificate
|
||||||
@ -124,7 +124,7 @@ Configure OIDC Auth Applications
|
|||||||
|
|
||||||
.. code-block:: none
|
.. 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
|
Add the following sections to your dex helm overrides to configure the
|
||||||
|OIDC| Client and Identity Server Certificate and the Windows Active
|
|OIDC| Client and Identity Server Certificate and the Windows Active
|
||||||
@ -148,7 +148,7 @@ Configure OIDC Auth Applications
|
|||||||
secretName: wad-ca-cert
|
secretName: wad-ca-cert
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: certdir
|
- name: certdir
|
||||||
mountPath: /etc/ssl/certs/wad-ca-cert.crt
|
mountPath: /etc/ssl/certs/adcert
|
||||||
|
|
||||||
|
|
||||||
#. Apply the overrides configuration.
|
#. Apply the overrides configuration.
|
||||||
@ -356,7 +356,7 @@ Configure OIDC Auth Applications
|
|||||||
secretName: wad-ca-cert
|
secretName: wad-ca-cert
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: certdir
|
- name: certdir
|
||||||
mountPath: /etc/ssl/certs/wad-ca-cert.crt
|
mountPath: /etc/ssl/certs/adcert
|
||||||
|
|
||||||
.. end-connector-config
|
.. end-connector-config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user