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
The dynamic plugin support is based on the backend plugin manager package, which is a service that scans a configured root directory (`dynamicPlugins.rootDirectory` in the app config) for dynamic plugin packages and loads them dynamically.
4
5
5
6
You can use the dynamic plugins that come preinstalled with {product} or install external dynamic plugins from a public NPM registry.
* For more information about configuring Keycloak, see xref:rhdh-keycloak_{context}[Installation and configuration of Keycloak].
18
+
* For more information about configuring KeyCloak, see link:{plugins-configure-book-url}[{plugins-configure-book-title}].
29
19
30
20
* For more information about configuring TechDocs, see link:{LinkAdminGuide}#assembly-techdocs-plugin_{context}[Configuring the TechDocs plugin in {product}].
* A new Technology Preview plugin for Red Hat Ansible Automation Platform (RHAAP) is available, which replaces this older one. See link:{LinkPluginsGuide}#rhdh-compatible-plugins[Other compatible plugins] in the _{NameOfPluginsGuide} guide_ for further details.
32
+
* A new Technology Preview plugin for Red Hat Ansible Automation Platform (RHAAP) is available, which replaces this older one. See link:{LinkPluginsGuide}#rhdh-compatible-plugins[Other installable plugins] in the _{NameOfPluginsGuide} guide_ for further details. See xref:rhdh-compatible-plugins[Dynamic plugins support matrix].
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/con-preinstalled-dynamic-plugins.adoc
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
= Preinstalled dynamic plugins
4
4
5
-
{product} is preinstalled with a selection of dynamic plugins. For a complete list of dynamic plugins that are included in this release of {product-short}, see the xref:rhdh-supported-plugins[Dynamic plugins support matrix].
5
+
{product} is preinstalled with a selection of dynamic plugins.
6
+
//For a complete list of dynamic plugins that are included in this release of {product-short}, see the xref:rhdh-supported-plugins[Dynamic plugins support matrix].
6
7
7
8
The following preinstalled dynamic plugins are enabled by default:
8
9
@@ -12,8 +13,6 @@ The following preinstalled dynamic plugins are enabled by default:
12
13
* `@backstage/plugin-techdocs-backend`
13
14
* `@backstage/plugin-techdocs`
14
15
15
-
The dynamic plugins that require custom configuration are disabled by default.
16
-
17
16
Upon application startup, for each plugin that is disabled by default, the `install-dynamic-plugins init container` within the {product-short} pod log displays a message similar to the following:
Copy file name to clipboardExpand all lines: modules/dynamic-plugins/ref-rh-compatible-plugins.adoc
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,34 @@
1
1
// This page is generated! Do not edit the .adoc file, but instead run rhdh-supported-plugins.sh to regen this page from the latest plugin metadata.
2
2
// cd /path/to/rhdh-documentation; ./modules/dynamic-plugins/rhdh-supported-plugins.sh; ./build/scripts/build.sh; google-chrome titles-generated/main/plugin-rhdh/index.html
3
3
4
-
= Other compatible installable plugins
4
+
= Other installable plugins
5
5
6
-
{product-very-short} provides Technology Preview support for the following compatible plugins, which are not preinstalled and must be enabled from an external source:
6
+
The following Technology Preview pluginsare not preinstalled and must be installed from an external source:
// Without description - for consistency i.e. no descriptions in other table and we provide a 'Learn more' link to plugin documentation for users' convenience.
:subtitle: Working with plugins in {product-very-short}
8
8
:abstract: {product} is preinstalled with a selection of dynamic plugins that users can enable and configure to extend {product-very-short} functionality.
0 commit comments