Skip to content

Commit 010b14d

Browse files
committed
chore: update references to plugins to use their new locations
Signed-off-by: Nick Boldt <[email protected]>
1 parent c0139a9 commit 010b14d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

modules/authentication/proc-creating-a-custom-transformer-to-provision-users-from-rhbk-to-the-software-catalog.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
GroupTransformer,
2222
keycloakTransformerExtensionPoint,
2323
UserTransformer,
24-
} from '@janus-idp/backstage-plugin-keycloak-backend';
24+
} from '@backstage-community/plugin-catalog-backend-module-keycloak';
2525
2626
const customGroupTransformer: GroupTransformer = async (
2727
entity, // entity output from default parser

modules/authorization/proc-download-user-stats-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can download the list of users in CSV format using the {product-short} web i
55

66
.Prerequisites
77

8-
* RBAC plugins (`@janus-idp/backstage-plugin-rbac` and `@janus-idp/backstage-plugin-rbac-backend`) must be enabled in {product}.
8+
* RBAC plugins (`@backstage-community/plugin-rbac` and `@backstage-community/plugin-rbac-backend`) must be enabled in {product}.
99
* An administrator role must be assigned.
1010

1111
.Procedure

modules/dynamic-plugins/proc-rhdh-example-external-dynamic-plugins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ global:
3737
text: Notifications
3838
config:
3939
pollingIntervalMs: 5000
40-
- package: '@janus-idp/backstage[email protected]'
41-
# https://registry.npmjs.org/@janus-idp/backstage-scaffolder-backend-module-kubernetes-dynamic
40+
- package: '@backstage-community/plugin[email protected]'
41+
# https://registry.npmjs.org/@backstage-community/plugin-scaffolder-backend-module-kubernetes-dynamic
4242
integrity: 'sha512-19ie+FM3QHxWYPyYzE0uNdI5K8M4vGZ0SPeeTw85XPROY1DrIY7rMm2G0XT85L0ZmntHVwc9qW+SbHolPg/qRA=='
4343
proxy:
4444
endpoints:

modules/dynamic-plugins/ref-rh-compatible-plugins.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ The following Technology Preview plugins are not preinstalled and must be instal
1919
|`https://access.redhat.com/downloads/content/480/ver=2.4/rhel---9/2.4/x86_64/product-software[@ansible/plugin-scaffolder-backend-module-backstage-rhaap]` |1.0.0 |
2020

2121

22-
|Orchestrator Frontend|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator[@janus-idp/backstage-plugin-orchestrator]` |1.22.6| https://www.parodos.dev/1.2-rc/docs/[Learn more]
22+
|Orchestrator Frontend|`https://www.npmjs.com/package/@red-hat-developer-hub/backstage-plugin-orchestrator[@red-hat-developer-hub/backstage-plugin-orchestrator]` |1.22.6| https://www.parodos.dev/1.2-rc/docs/[Learn more]
2323

2424
|Orchestrator Backend
25-
|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator-backend-dynamic[@janus-idp/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9 |
25+
|`https://www.npmjs.com/package/@red-hat-developer-hub/backstage-plugin-orchestrator-backend-dynamic[@red-hat-developer-hub/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9 |
2626

2727

2828
|===
@@ -47,11 +47,11 @@ The following Technology Preview plugins are not preinstalled and must be instal
4747
4848
|Orchestrator Frontend
4949
.2+|Orchestrator brings serverless workflows into Red Hat Developer Hub, focusing on the journey for application migration to the cloud, on boarding developers, and user-made workflows of Backstage actions or external systems.
50-
|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator[@janus-idp/backstage-plugin-orchestrator]` |1.22.6
50+
|`https://www.npmjs.com/package/@red-hat-developer-hub/backstage-plugin-orchestrator[@red-hat-developer-hub/backstage-plugin-orchestrator]` |1.22.6
5151
.2+| https://www.parodos.dev/1.2-rc/docs/[Learn more]
5252
5353
|Orchestrator Backend
54-
|`https://www.npmjs.com/package/@janus-idp/backstage-plugin-orchestrator-backend-dynamic[@janus-idp/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9
54+
|`https://www.npmjs.com/package/@red-hat-developer-hub/backstage-plugin-orchestrator-backend-dynamic[@red-hat-developer-hub/backstage-plugin-orchestrator-backend-dynamic]` |1.22.9
5555
5656
5757
|===

0 commit comments

Comments
 (0)