-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHIDP-4411: Update Dynamic Plugins Software templates to 1.3 #22
base: main
Are you sure you want to change the base?
Conversation
@debsmita1 would you please check the changes for the frontend template? I noticed that the plugin is not working for me, it shows the following error: I see that the request to retrieve users is failing with 401 error, hence possibly some additional setup is required: Also in the dynamic plugin docs I noticed that it is asked to package the note: my plugin id is
@gashcrumb Could you kindly confirm that copying the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gashcrumb, jesuino The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I have looked into the template, and I think after the update, with the current app-config auth configuration the github API throws the 401 unauthorized error |
@jesuino I have raised this jesuino#1 against your branch to fix this issue |
update frontend plugin template
@@ -22,14 +22,14 @@ To be able to run your frontend plugin as a dynamic plugin on Red Hat Developer | |||
mv package $(echo $archive | sed -e 's:\.tgz$::') | |||
``` | |||
|
|||
- Move the resulting directory (janus-idp-backstage-plugin-<pluginName>-<version>) into the `dynamic-plugins-root` folder of your backstage-showcase clone, then run yarn start to start the app. | |||
- Move the resulting directory (ed-hat-developer-hub.backstage-plugin-<pluginName>-<version>) into the `dynamic-plugins-root` folder of your backstage-showcase clone, then run yarn start to start the app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here in "red-hat-developer-hub"
What does this PR do / why we need it
Updating the Dynamic Plugins Software Templates to 1.3.x
Which issue(s) does this PR fix
Fixes #RHIDP-4411?
How to test changes / Special notes to the reviewer
See comments.