Skip to content

Commit acba8c7

Browse files
committed
RHIDP-7560 - Install and configure plugins from Extensions page (next phase)
1 parent eab1528 commit acba8c7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

modules/dynamic-plugins/con-extensions-managing-plugins.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ In a development environment:
1818
** Disabling or enabling the plugin
1919
** After performing any of these actions, users will be notified that a backend restart is required for the changes to take effect.
2020

21-
////
21+
2222
== RBAC permissions
23-
Users must have the new extensions permissions to access and manage plugin configurations.
23+
You must have the new extensions permissions to access and manage plugin configurations.
2424

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:
25+
When RBAC permission framework is enabled, the role associated with your user should have the following permission policies associated with it:
2626
[source,yaml]
2727
----
2828
p, role:default/team_a, extensions-plugin, read, allow
@@ -41,7 +41,6 @@ permission:
4141
- permission
4242
- extensions
4343
----
44-
////
4544

4645
// .Procedure
4746
// . Navigate to RBAC.

modules/dynamic-plugins/proc-extensions-enabling-plugins-installation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[id="proc-extensions-enabling-plugins-installation_{context}"]
22
= Configuring {product-very-short} to install plugins by using Extensions
33

4-
When you install a plugin, the configuration that you during installing is saved to a dynamic plugins cache to ensure that the same configuration is available when you edit, enable, or disable the plugin.
4+
When you install a plugin, the configuration that you use is saved to a dynamic plugins cache to ensure that the same configuration is available when you edit, or re-enable the plugin.
55

6-
You must create a persistent volume cache (PVC) to ensure that the cache persists whne you restart the {product-very-short} application. For more information about using the dynamic plugins cache, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring_red_hat_developer_hub/index#using-the-dynamic-plugins-cache_running-behind-a-proxy[Using the dynamic plugins cache].
6+
You must create a persistent volume cache (PVC) to ensure that the cache persists when you restart the {product-very-short} application. For more information about using the dynamic plugins cache, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring_red_hat_developer_hub/index#using-the-dynamic-plugins-cache_running-behind-a-proxy[Using the dynamic plugins cache].
77

88
.Prequisites
99
* You have created a persistent volume claim (PVC) for the dynamic plugins cache with the name *dynamic-plugins-route*.

0 commit comments

Comments
 (0)