diff --git a/modules/observe/adoption-insights/proc-install-adoption-insights.adoc b/modules/observe/adoption-insights/proc-install-adoption-insights.adoc index b53acc5a57..f9a7c4a60c 100644 --- a/modules/observe/adoption-insights/proc-install-adoption-insights.adoc +++ b/modules/observe/adoption-insights/proc-install-adoption-insights.adoc @@ -10,11 +10,13 @@ For the {product} Adoption Insights plugin, you must manually install the plugin .Procedure -* To enable the Adoption Insights plugin, set the `disabled` property to `false` in your `app-config-dynamic.yaml` file as shown in the following example: +To enable the Adoption Insights plugin, complete the following steps: + +. Set the `disabled` property to `false` in your `app-config-dynamic.yaml` file as shown in the following example: + [source,yaml] ---- -- package: oci://quay.io/__/adoption-insights:latest!red-hat-developer-hub-backstage-plugin-adoption-insights +- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-adoption-insights:bs_1.35.1__0.0.2!red-hat-developer-hub-backstage-plugin-adoption-insights disabled: false pluginConfig: dynamicPlugins: @@ -33,11 +35,9 @@ For the {product} Adoption Insights plugin, you must manually install the plugin adoption-insights: parent: admin icon: adoptionInsightsIcon - -- package: oci://quay.io/__/adoption-insights:latest!red-hat-developer-hub-backstage-plugin-adoption-insights-backend-dynamic +- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-adoption-insights-backend:bs_1.35.1__0.0.2!red-hat-developer-hub-backstage-plugin-adoption-insights-backend-dynamic disabled: false - -- package: oci://quay.io/__/adoption-insights:latest!red-hat-developer-hub-backstage-plugin-analytics-module-adoption-insights +- package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/red-hat-developer-hub-backstage-plugin-analytics-module-adoption-insights:bs_1.35.1__0.0.2!red-hat-developer-hub-backstage-plugin-analytics-module-adoption-insights disabled: false pluginConfig: dynamicPlugins: @@ -45,4 +45,13 @@ For the {product} Adoption Insights plugin, you must manually install the plugin red-hat-developer-hub.backstage-plugin-analytics-module-adoption-insights: apiFactories: - importName: AdoptionInsightsAnalyticsApiFactory ----- \ No newline at end of file +---- + +. Configure the required RBAC permission for the users who are not administrators as shown in the following example: ++ +[source,yaml] +---- +p, role:default/team_a, adoption-insights.events.read, read, allow +g, user:default/__, role:default/team_a +---- +See link:{authorization-book-url}#ref-rbac-permission-policies_title-authorization[Permission policies in {product}].