Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ plugins:

[NOTE]
====
Ensure that your container images are publicly accessible, or that you have configured a pull secret in your environment. A pull secret provides {product} with credentials to authenticate pulling your plugin container images from a container registry.
Ensure that your container images are publicly accessible, or that you have configured a pull secret in your environment. A pull secret provides {product} with credentials to authenticate pulling your plugin container images from a container registry. For more information about using image pull secrets on {platform-generic}, see link:https://docs.okd.io/latest/openshift_images/managing_images/using-image-pull-secrets.html[Using image pull secrets].
====
2 changes: 1 addition & 1 deletion modules/dynamic-plugins/proc-custom-plugin-conversion.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ yarn build:all
+
[NOTE]
====
At this point, with {product-custom-resource-type}, you need to publish the built plugins to a NPM or NPM-compatible registry. However, as you are building this plugin to support it being loaded dynamically by {product}, you do not need to publish the plugin to a NPM registry. Instead, you can package the plugin for dynamic loading and publish it as a container image on `Quay.io` or your preferred container registry.
After this step, with upstream {backstage}, you publish the built plugins to a NPM or NPM-compatible registry. In this example, as you are building this plugin to support it being loaded dynamically by {product}, you can skip the `npm publish` step that publishes the plugin to a NPM registry. Instead, you can package the plugin for dynamic loading and publish it as a container image on `Quay.io` or your preferred container registry.
====

. Prepare the *Entity Feedback* frontend plugin by using the {product} CLI. The following command uses the plugin files in the `dist` folder that was generated by the `yarn build:all` command, and creates a new `dist-scalprum` folder that contains the necessary configuration and source files to enable dynamic loading:
Expand Down
Loading