From 4507782ea291486b624dab266237bb5838e4a955 Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Tue, 25 Jun 2024 18:31:42 +0000 Subject: [PATCH] Fix broken links --- .../v1.x GA/configuration/powermax/_index.md | 8 ++++---- .../v1.x GA/configuration/powerscale/_index.md | 8 ++++---- .../helm/modules/installation/authorization/_index.md | 4 ++-- .../modules/installation/authorization/authorization.md | 6 +++--- content/docs/support/release/_index.md | 2 +- content/docs/support/troubleshooting/_index.md | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/content/docs/authorization/v1.x GA/configuration/powermax/_index.md b/content/docs/authorization/v1.x GA/configuration/powermax/_index.md index 3a81625c54..cdcb91e4a2 100644 --- a/content/docs/authorization/v1.x GA/configuration/powermax/_index.md +++ b/content/docs/authorization/v1.x GA/configuration/powermax/_index.md @@ -55,17 +55,17 @@ Create the karavi-authorization-config secret using this command: **Helm** - Refer to the [Install the Driver](../../../deployment/helm/drivers/installation/powermax/#install-the-driver) section where you edit `samples/secret/secret.yaml` with the credentials of the PowerMax. Leave `username` and `password` with the default values as they will be ignored. + Refer to the [Install the Driver](../../../../deployment/helm/drivers/installation/powermax/#install-the-driver) section where you edit `samples/secret/secret.yaml` with the credentials of the PowerMax. Leave `username` and `password` with the default values as they will be ignored. **Operator** - Refer to the [Install the Driver](../../../deployment/csmoperator/drivers/powermax/#install-driver) section to prepare `powermax-creds.yaml`. Leave `username` and `password` with the default values as they will be ignored. + Refer to the [Install the Driver](../../../../deployment/csmoperator/drivers/powermax/#install-driver) section to prepare `powermax-creds.yaml`. Leave `username` and `password` with the default values as they will be ignored. 5. Enable CSM Authorization in the driver installation applicable to your installation method. **Helm** - Refer to the [Install the Driver](../../../deployment/helm/drivers/installation/powermax/#install-the-driver) section to edit the parameters in `my-powermax-settings.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. + Refer to the [Install the Driver](../../../../deployment/helm/drivers/installation/powermax/#install-the-driver) section to edit the parameters in `my-powermax-settings.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. - Update `global.storageArrays.endpoint` to match the localhost endpoint in `samples/secret/karavi-authorization-config.json`. @@ -110,7 +110,7 @@ Create the karavi-authorization-config secret using this command: **Operator** - Refer to the [Install Driver](../../../deployment/csmoperator/drivers/powermax/#install-driver) section to edit the parameters in the Custom Resource to enable CSM Authorization. + Refer to the [Install Driver](../../../../deployment/csmoperator/drivers/powermax/#install-driver) section to edit the parameters in the Custom Resource to enable CSM Authorization. Under `modules`, enable the module named `authorization`: diff --git a/content/docs/authorization/v1.x GA/configuration/powerscale/_index.md b/content/docs/authorization/v1.x GA/configuration/powerscale/_index.md index 33877db60c..914e09a1cc 100644 --- a/content/docs/authorization/v1.x GA/configuration/powerscale/_index.md +++ b/content/docs/authorization/v1.x GA/configuration/powerscale/_index.md @@ -56,7 +56,7 @@ kubectl -n isilon create secret generic karavi-authorization-config --from-file= **Helm** - Refer to the [Install the Driver](../../../deployment/helm/drivers/installation/isilon/#install-the-driver) section to edit the parameters to prepare the `samples/secret/secret.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. + Refer to the [Install the Driver](../../../../deployment/helm/drivers/installation/isilon/#install-the-driver) section to edit the parameters to prepare the `samples/secret/secret.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. - Update `endpoint` to match the localhost endpoint in `samples/secret/karavi-authorization-config.json`. @@ -82,7 +82,7 @@ kubectl -n isilon create secret generic karavi-authorization-config --from-file= **Operator** - Refer to the [Prerequisite](../../../deployment/csmoperator/drivers/powerscale/#prerequisite) section to prepare the `secret.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. + Refer to the [Prerequisite](../../../../deployment/csmoperator/drivers/powerscale/#prerequisite) section to prepare the `secret.yaml` file to configure the driver to communicate with the CSM Authorization sidecar. - Update `endpoint` to match the localhost endpoint in `samples/secret/karavi-authorization-config.json`. @@ -110,7 +110,7 @@ kubectl -n isilon create secret generic karavi-authorization-config --from-file= **Helm** - Refer to the [Install the Driver](../../../deployment/helm/drivers/installation/isilon/#install-the-driver) section to edit the parameters in `my-isilon-settings.yaml` file to enable CSM Authorization. + Refer to the [Install the Driver](../../../../deployment/helm/drivers/installation/isilon/#install-the-driver) section to edit the parameters in `my-isilon-settings.yaml` file to enable CSM Authorization. - Update `authorization.enabled` to `true`. @@ -144,7 +144,7 @@ kubectl -n isilon create secret generic karavi-authorization-config --from-file= **Operator** - Refer to the [Install Driver](../../../deployment/csmoperator/drivers/powerscale/#install-driver) section to edit the parameters in the Custom Resource to enable CSM Authorization. + Refer to the [Install Driver](../../../../deployment/csmoperator/drivers/powerscale/#install-driver) section to edit the parameters in the Custom Resource to enable CSM Authorization. Under `modules`, enable the module named `authorization`: diff --git a/content/docs/deployment/helm/modules/installation/authorization/_index.md b/content/docs/deployment/helm/modules/installation/authorization/_index.md index 94191fba9d..6bf7438519 100644 --- a/content/docs/deployment/helm/modules/installation/authorization/_index.md +++ b/content/docs/deployment/helm/modules/installation/authorization/_index.md @@ -144,7 +144,7 @@ mv ./karavictl ~/.local/bin/karavictl # and then append (or prepend) ~/.local/bin to $PATH ``` -Karavictl commands and intended use can be found [here](../../../../../authorization/cli/). +Karavictl commands and intended use can be found [here](../../../../../authorization/v1.x-ga/cli/). ## Configuring the CSM Authorization Proxy Server @@ -190,7 +190,7 @@ Please continue following the steps outlined in the [proxy server](../../../../. The second part of CSM for Authorization deployment is to configure one or more of the [supported](../../../../../authorization#supported-csi-drivers) CSI drivers. This is controlled by the Kubernetes tenant admin. -Please continue following the configuration steps for a specific CSI Driver [here](../../../../../authorization/configuration/). +Please continue following the configuration steps for a specific CSI Driver [here](../../../../../authorization/v1.x-ga/configuration/). ## Updating CSM for Authorization Proxy Server Configuration diff --git a/content/docs/deployment/rpm/modules/installation/authorization/authorization.md b/content/docs/deployment/rpm/modules/installation/authorization/authorization.md index e4e1a55af0..69d03ef543 100644 --- a/content/docs/deployment/rpm/modules/installation/authorization/authorization.md +++ b/content/docs/deployment/rpm/modules/installation/authorization/authorization.md @@ -123,19 +123,19 @@ A Storage Administrator can execute the shell script, install_karavi_auth.sh as 5. After installation, application data will be stored on the system under `/var/lib/rancher/k3s/storage/`. -If errors occur during installation, review the [Troubleshooting](../../../../../../authorization/troubleshooting) section. +If errors occur during installation, review the [Troubleshooting](../../../../../../authorization/v1.x-ga/troubleshooting) section. ## Configuring the CSM for Authorization Proxy Server The first part of CSM for Authorization deployment is to configure the proxy server. This is controlled by the Storage Administrator. -Please follow the steps outlined in the [proxy server](../../../../../../authorization/configuration/proxy-server) configuration. +Please follow the steps outlined in the [proxy server](../../../../../../authorization/v1.x-ga/configuration/proxy-server) configuration. ## Configuring a Dell CSI Driver with CSM for Authorization The second part of CSM for Authorization deployment is to configure one or more of the [supported](../../../../../../prerequisites/#supported-csm-modules) CSI drivers. This is controlled by the Kubernetes tenant administrator. -Please follow the steps outlined in [PowerFlex](../../../../../../authorization/configuration/powerflex), [PowerMax](../../../../../../authorization/configuration/powermax), or [PowerScale](../../../../../../authorization/configuration/powerscale) to configure the CSI Driver to work with the Authorization sidecar. +Please follow the steps outlined in [PowerFlex](../../../../../../authorization/v1.x-ga/configuration/powerflex), [PowerMax](../../../../../../authorization/v1.x-ga/configuration/powermax), or [PowerScale](../../../../../../authorization/v1.x-ga/configuration/powerscale) to configure the CSI Driver to work with the Authorization sidecar. ## Updating CSM for Authorization Proxy Server Configuration diff --git a/content/docs/support/release/_index.md b/content/docs/support/release/_index.md index e17a6c86f0..22ee98c129 100644 --- a/content/docs/support/release/_index.md +++ b/content/docs/support/release/_index.md @@ -10,7 +10,7 @@ Release notes for Container Storage Modules: [CSI Drivers](../../csidriver/release) -[CSM for Authorization](../../authorization/release) +[CSM for Authorization](../../authorization/v1.x-ga/release) [CSM for Observability](../../observability/release) diff --git a/content/docs/support/troubleshooting/_index.md b/content/docs/support/troubleshooting/_index.md index c987433b32..ae40e2cfdf 100644 --- a/content/docs/support/troubleshooting/_index.md +++ b/content/docs/support/troubleshooting/_index.md @@ -10,7 +10,7 @@ Troubleshooting links for Container Storage Modules: [CSI Drivers](../../csidriver/troubleshooting) -[CSM for Authorization](../../authorization/troubleshooting) +[CSM for Authorization](../../authorization/v1.x-ga/troubleshooting) [CSM for Observability](../../observability/troubleshooting)