FlowFuse / flowfuse

Build bespoke, flexible, and resilient manufacturing low-code applications with FlowFuse and Node-RED
https://flowfuse.com
Other
245 stars 59 forks source link

NodeRED Admin API not working #1319

Open akashtalole opened 1 year ago

akashtalole commented 1 year ago

Current Behavior

I am not able to use nodered instance admin api created using flowforge project.

Expected Behavior

Admin API should work for nodered instance

Steps To Reproduce

No response

Environment

knolleary commented 1 year ago

Hi @akashtalole

Currently the admin api is secured via the FlowForge platform to ensure only authorised users are able to access it.

So I believe this is more a feature request to allow you to be able to drive the admin api yourself without using the editor at all?

We have an item on the backlog around allowing users to create custom access tokens for the FlowForge API - this could be extended to the Node-RED admin api as well - #14

akashtalole commented 1 year ago

@knolleary Thanks for clarification. Access token based authorization will be helpful for NodeRED admin api.