Skip to content

Commit

Permalink
🚑 Fixes authentication issues by forcing Node-RED to disable auth
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 16, 2019
1 parent 4fbb95f commit 8f0958a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node-red/rootfs/etc/node-red/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ config.uiHost = '127.0.0.1';
config.uiPort = 46836;
config.userDir = '/config/node-red/';

// Disable authentication, let HA handle that
config.adminAuth = null;

// Several settings
config.credentialSecret = getSecret(options.credential_secret);

Expand Down

0 comments on commit 8f0958a

Please sign in to comment.