Skip to content

Commit 3bd2056

Browse files
committed
updated instructions for adding acs plugin as dynamic plugin
Signed-off-by: Matt Knop <[email protected]>
1 parent ab83857 commit 3bd2056

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

workspaces/acs/plugins/acs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,17 @@ acs:
8787
8888
The ACS plugin is also available as a [Red Hat Developer Hub (RHDH)](https://github.com/redhat-developer/rhdh) dynamic plugin. The following should be able to run within the [RHDH local](https://github.com/redhat-developer/rhdh-local) repo.
8989
90+
First, retrieve the sha for the NPM package of the ACS plugin:
91+
92+
```
93+
npm view --registry npmjs.com/package/@backstage-community/plugin-acs @backstage-community/plugin-acs@<version> dist.integrity
94+
```
95+
9096
Here's an example of how to configure the ACS plugin as a dynamic plugin in RHDH:
9197
9298
```yaml
9399
- package: '@backstage-community/[email protected]'
100+
integrity: <integrity sha>
94101
disabled: false
95102
pluginConfig:
96103
dynamicPlugins:

0 commit comments

Comments
 (0)