Socket
Socket
Sign inDemoInstall

node-red-auth-contrib-bluemix

Package Overview
Dependencies
81
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-auth-contrib-bluemix

Authentication module for Node-RED on Bluemix


Version published
Weekly downloads
11
Maintainers
1
Created
Weekly downloads
 

Readme

Source

node-red-auth-contrib-bluemix

Authentication module for Node-RED on Bluemix

Using this module on Bluemix, you can access to Node-RED by IBM ID.

Method 1: Deploy Node-RED with this authentication module

There is a setting example(bluemix-settings.js and package.json) on the following GitHub page.

https://github.com/zuhito/node-red-bluemix-starter

You can deploy secure Node-RED from the GitHub source using the following "Deploy to Bluemix" button.

Deploy to Bluemix

Method 2: Custom configuration

You can configure secure Node-RED manually as follows.

(1) Add adminAuth setting into bluemix-settings.js (Example)

var settings = module.exports = {
...
    adminAuth: require("node-red-auth-contrib-bluemix"), // Add
...
}

(2) Remove current authentication settings from bluemix-settings.js (Example)

if (process.env.NODE_RED_USERNAME && process.env.NODE_RED_PASSWORD) { // Remove
...                                                                   // Remove
}                                                                     // Remove

(3) Add node-red-auth-contrib-bluemix module into package.json (Example)

"dependencies": {
...
    "node-red-auth-contrib-bluemix": "*", // Add
...
}

Keywords

FAQs

Last updated on 25 Mar 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc