diff --git a/content/docs/deployment/csmoperator/modules/authorization.md b/content/docs/deployment/csmoperator/modules/authorization.md index 98a0abecf5..d7d00fe61b 100644 --- a/content/docs/deployment/csmoperator/modules/authorization.md +++ b/content/docs/deployment/csmoperator/modules/authorization.md @@ -181,7 +181,7 @@ To enable reporting of trace data with [Zipkin](https://zipkin.io/), use the `cs ```bash - kubectl create -f samples/authorization/csm_authorization_proxy_server_v170.yaml + kubectl create -f samples/authorization/csm_authorization_proxy_server_v190.yaml ``` >__Note__: @@ -196,12 +196,12 @@ To enable reporting of trace data with [Zipkin](https://zipkin.io/), use the `cs kubectl create secret tls karavi-auth-tls -n authorization --key --cert ``` - If using a self-signed certificate, prepare `samples/authorization/certificate_v170.yaml` provided [here](https://github.com/dell/csm-operator/blob/main/samples/authorization/certificate_v170.yaml). An entry for each hostname specified in the CR must be added under `dnsNames` for the certificate to be valid for each Ingress. + If using a self-signed certificate, prepare `samples/authorization/certificate_v190.yaml` provided [here](https://github.com/dell/csm-operator/blob/main/samples/authorization/certificate_v170.yaml). An entry for each hostname specified in the CR must be added under `dnsNames` for the certificate to be valid for each Ingress. Use this command to create the `karavi-auth-tls` secret: ```bash - kubectl create -f samples/authorization/certificate_v170.yaml + kubectl create -f samples/authorization/certificate_v190.yaml ``` ### Verify Installation of the CSM Authorization Proxy Server @@ -221,4 +221,4 @@ Follow the instructions available in CSM Authorization for [Configuring the CSM ### Configuring a Dell CSI Driver with CSM Authorization -Follow the instructions available in CSM Authorization for [Configuring a Dell CSI Driver with CSM for Authorization](../../../../authorization/configuration/#configuring-a-dell-csi-driver-with-csm-for-authorization). \ No newline at end of file +Follow the instructions available in CSM Authorization for [Configuring a Dell CSI Driver with CSM for Authorization](../../../../authorization/configuration/#configuring-a-dell-csi-driver-with-csm-for-authorization).