Skip to content

Commit

Permalink
Merge pull request #5097 from FlowFuse/knolleary-patch-3
Browse files Browse the repository at this point in the history
[docs] Remove outdated info on private npm tokens
  • Loading branch information
joepavitt authored Feb 11, 2025
2 parents 5776a61 + 105286c commit 19a4604
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/upgrade/open-source-to-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,3 @@ a restart of the `forge` app is required.
After the forge application has restarted, the Node-RED runtimes need to be
updated to leverage these features. As restarting Node-RED might need to be
coordinated, FlowFuse will not automatically restart all instances.

## Enabling FlowFuse User Authentication for @flowfuse/node-red-dashboard

Included with the Enterprise licensed FlowFuse is the ability to use
FlowFuse Authentication to control access to Dashboards and to have the
user information passed to the Node-RED Flow.

This is enabled by installing a Node-RED plugin `@flowfuse/node-red-dashboard-2-user-addon`.
To install this plugin you will require a npm authentication token. To request
one please contact <a href="mailto:[email protected]?subject=Dashboard 2 User addon">[email protected]</a>.

Once you have been supplied with a authentication token please follow these steps:

1. Under the Admin Settings page, open the Templates tab and edit the template
2. On the Palette page of the Template settings add the following to the "Node Catalogues" list `https://catalog.flowfuse.com/catalogue.json`
3. In the "NPM configuration file" section you will need to add
```
//registry.npmjs.org/:_authToken=<npm_auth_token>
```
replacing `<npm_auth_token>` with the token supplied earlier
4. Click on the "Save changes" button
5. Any existing Node-RED instances will need to be restarted to pick up the changes to the template
6. Once restarted you should be able to install the `@flowfuse/node-red-dashboard-2-user-addon` from the Palette Manage menu in the Node-RED instance.

0 comments on commit 19a4604

Please sign in to comment.