Socket
Book a DemoInstallSign in
Socket

node-red-auth-contrib-bluemix

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-auth-contrib-bluemix

Authentication module for Node-RED on Bluemix

0.1.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
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

bluemix

FAQs

Package last updated on 25 Mar 2017

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.