Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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/_<your_rhdh_plugins_repo>_/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:
Expand All @@ -33,16 +35,23 @@ For the {product} Adoption Insights plugin, you must manually install the plugin
adoption-insights:
parent: admin
icon: adoptionInsightsIcon
- package: oci://quay.io/_<your_rhdh_plugins_repo>_/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/_<your_rhdh_plugins_repo>_/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:
frontend:
red-hat-developer-hub.backstage-plugin-analytics-module-adoption-insights:
apiFactories:
- importName: AdoptionInsightsAnalyticsApiFactory
----
----
. 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/_<your_user>_, role:default/team_a
----
See link:{authorization-book-url}#ref-rbac-permission-policies_title-authorization[Permission policies in {product}].