From b0ce352eea06cac9fafa187e7cbf86ecdec3d744 Mon Sep 17 00:00:00 2001 From: 1000TurquoisePogs Date: Wed, 11 Dec 2024 14:22:29 +0100 Subject: [PATCH] Fix doc issue where dev directory was suggested in place of production directory for rbac setup Signed-off-by: 1000TurquoisePogs --- docs/user-guide/mvd-configuration.md | 4 ++-- .../version-v2.15.x/user-guide/mvd-configuration.md | 4 ++-- .../version-v2.16.x/user-guide/mvd-configuration.md | 4 ++-- .../version-v2.17.x/user-guide/mvd-configuration.md | 4 ++-- .../version-v2.18.x/user-guide/mvd-configuration.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/user-guide/mvd-configuration.md b/docs/user-guide/mvd-configuration.md index ab711706d4..f2e4c36584 100644 --- a/docs/user-guide/mvd-configuration.md +++ b/docs/user-guide/mvd-configuration.md @@ -330,7 +330,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat ``` 3. Copy the `allowedPlugins.json` file and paste it in the following location: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 4. Open the copied `allowedPlugins.json` file and perform either of the following steps: - To make an app unavailable, delete it from the list of objects. @@ -344,7 +344,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat 2. In the user's ID directory path, in the `\pluginStorage` directory, create `\org.zowe.zlux.bootstrap\plugins` directories. For example: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 3. In the `/plugins` directory, create an `allowedPlugins.json` file. You can use the default `allowedPlugins.json` file as a template by copying it from the following location: diff --git a/versioned_docs/version-v2.15.x/user-guide/mvd-configuration.md b/versioned_docs/version-v2.15.x/user-guide/mvd-configuration.md index 9ed9899f98..ff23876afc 100644 --- a/versioned_docs/version-v2.15.x/user-guide/mvd-configuration.md +++ b/versioned_docs/version-v2.15.x/user-guide/mvd-configuration.md @@ -483,7 +483,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat ``` 3. Copy the `allowedPlugins.json` file and paste it in the following location: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 4. Open the copied `allowedPlugins.json` file and perform either of the following steps: - To make an app unavailable, delete it from the list of objects. @@ -502,7 +502,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat 3. In the `/plugins` directory, create an `allowedPlugins.json` file. You can use the default `allowedPlugins.json` file as a template by copying it from the following location: ``` - /components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins + /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage ``` 6. Open the `allowedPlugins.json` file and specify apps that user can access. For example: ```json diff --git a/versioned_docs/version-v2.16.x/user-guide/mvd-configuration.md b/versioned_docs/version-v2.16.x/user-guide/mvd-configuration.md index 9ed9899f98..67c4d4d360 100644 --- a/versioned_docs/version-v2.16.x/user-guide/mvd-configuration.md +++ b/versioned_docs/version-v2.16.x/user-guide/mvd-configuration.md @@ -483,7 +483,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat ``` 3. Copy the `allowedPlugins.json` file and paste it in the following location: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 4. Open the copied `allowedPlugins.json` file and perform either of the following steps: - To make an app unavailable, delete it from the list of objects. @@ -502,7 +502,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat 3. In the `/plugins` directory, create an `allowedPlugins.json` file. You can use the default `allowedPlugins.json` file as a template by copying it from the following location: ``` - /components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 6. Open the `allowedPlugins.json` file and specify apps that user can access. For example: ```json diff --git a/versioned_docs/version-v2.17.x/user-guide/mvd-configuration.md b/versioned_docs/version-v2.17.x/user-guide/mvd-configuration.md index 595ff1022b..7700cb7914 100644 --- a/versioned_docs/version-v2.17.x/user-guide/mvd-configuration.md +++ b/versioned_docs/version-v2.17.x/user-guide/mvd-configuration.md @@ -483,7 +483,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat ``` 3. Copy the `allowedPlugins.json` file and paste it in the following location: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 4. Open the copied `allowedPlugins.json` file and perform either of the following steps: - To make an app unavailable, delete it from the list of objects. @@ -502,7 +502,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat 3. In the `/plugins` directory, create an `allowedPlugins.json` file. You can use the default `allowedPlugins.json` file as a template by copying it from the following location: ``` - /components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 6. Open the `allowedPlugins.json` file and specify apps that user can access. For example: ```json diff --git a/versioned_docs/version-v2.18.x/user-guide/mvd-configuration.md b/versioned_docs/version-v2.18.x/user-guide/mvd-configuration.md index 595ff1022b..7700cb7914 100644 --- a/versioned_docs/version-v2.18.x/user-guide/mvd-configuration.md +++ b/versioned_docs/version-v2.18.x/user-guide/mvd-configuration.md @@ -483,7 +483,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat ``` 3. Copy the `allowedPlugins.json` file and paste it in the following location: ``` - /components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 4. Open the copied `allowedPlugins.json` file and perform either of the following steps: - To make an app unavailable, delete it from the list of objects. @@ -502,7 +502,7 @@ By default, RBAC is disabled and all authenticated Zowe users can access all dat 3. In the `/plugins` directory, create an `allowedPlugins.json` file. You can use the default `allowedPlugins.json` file as a template by copying it from the following location: ``` - /components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins + /app-server/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins ``` 6. Open the `allowedPlugins.json` file and specify apps that user can access. For example: ```json