Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RBAC setup suggestion for wrong directory #4034

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user-guide/mvd-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage
<zowe.workspaceDirectory>/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.
Expand All @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins
<zowe.workspaceDirectory>/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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage
<zowe.workspaceDirectory>/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.
Expand All @@ -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:
```
<zpwe.runtimeDirectory>/components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins
<zowe.runtimeDirectory>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage
<zowe.workspaceDirectory>/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.
Expand All @@ -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:
```
<zpwe.runtimeDirectory>/components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins
<zowe.workspaceDirectory>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage
<zowe.workspaceDirectory>/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.
Expand All @@ -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:
```
<zpwe.runtimeDirectory>/components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins
<zowe.workspaceDirectory>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<zowe.runtimeDirectory>/components/app-server/share/zlux-app-server/deploy/instance/ZLUX/pluginStorage
<zowe.workspaceDirectory>/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.
Expand All @@ -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:
```
<zpwe.runtimeDirectory>/components/app-server/share/zlux-app-server/defaults/ZLUX/pluginStorage/org.zowe.zlux.bootstrap/plugins
<zowe.workspaceDirectory>/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
Expand Down
Loading