You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/con-extensions-managing-plugins.adoc
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,22 @@ You can install and configure plugins by using Extensions.
6
6
[WARNING]
7
7
Installation and configuration of plugins by using Extensions will only work in development environments. This feature is not supported in production environments.
8
8
9
-
* Users must have the new extensions permissions to access and manage plugin configurations.
9
+
In a production environment, users will be notified that plugin installation is not permitted.
10
10
11
-
* In a production environment:
12
-
** Users will be notified that plugin installation is not permitted.
11
+
image::rhdh/extensions-restart-plugin-1.png[]
13
12
14
-
* In a development environment:
15
-
** Administrators can install a plugin using the default configuration preloaded in the editor, or modify the configuration before installing. Upon successful installation, users will be notified that a backend restart is required to complete the installation process.
16
-
** When a plugin is installed, administrators can access the Actions drop-down in the plugin’s side panel. Available actions include:
17
-
*** Editing the configuration used during installation
18
-
*** Disabling or enabling the plugin
19
-
*** After performing any of these actions, users will be notified that a backend restart is required for the changes to take effect.
13
+
In a development environment:
14
+
15
+
* Administrators can install a plugin using the default configuration preloaded in the editor, or modify the configuration before installing. Upon successful installation, users will be notified that a backend restart is required to complete the installation process.
16
+
* When a plugin is installed, administrators can access the Actions drop-down in the plugin’s side panel. Available actions include:
17
+
** Editing the configuration used during installation
18
+
** Disabling or enabling the plugin
19
+
** After performing any of these actions, users will be notified that a backend restart is required for the changes to take effect.
20
20
21
21
////
22
22
== RBAC permissions
23
+
Users must have the new extensions permissions to access and manage plugin configurations.
24
+
23
25
When RBAC permission framework is enabled, for non-admin users to access Extensions UI, the role associated with your user should have the following permission policies associated with it. Add the following in your permission policies configuration file:
0 commit comments