From 3e4186356281a91a7bbb594fd1fd7e3fb337f555 Mon Sep 17 00:00:00 2001 From: EmilyKatdell <53324799+EmilyKatdell@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:06:15 -0800 Subject: [PATCH] Update Authorization release scripts to 1.9.0 --- .../docs/deployment/csmoperator/modules/authorization.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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).