hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
513 stars 117 forks source link

remove user and password for http node #1862

Closed jwende closed 3 months ago

jwende commented 3 months ago

Problem/Motivation

I need a callback via HTTP_IN but can't provide user/password

Expected behavior

callback without authentication

Actual behavior

callback fails

Steps to reproduce

deploy a HTTP_IN node with any /path and point your browser to this URL ((http://homeassistant:1880/path)

Proposed changes

allow anonymous connections to node red

sinclairpaul commented 3 months ago

Please see the note in the documentation https://github.com/hassio-addons/addon-node-red/blob/main/node-red/DOCS.md#option-http_node

You need to use http://homeassistant:1880/endpoint/path

jwende commented 3 months ago

That means I can't use http nodes in the add-on configuration only with authentication? So I need switch back to plain node-red.