Skip to content

Commit

Permalink
Update Authorization release scripts to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyKatdell authored Nov 28, 2023
1 parent 11dd47a commit 3e41863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/deployment/csmoperator/modules/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__:
Expand All @@ -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 <location-of-private-key-file> --cert <location-of-certificate-file>
```

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
Expand All @@ -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).
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).

0 comments on commit 3e41863

Please sign in to comment.