|
|
Winson Chan
Tombin, Please review our KB @ http://stackstorm.reamaze.com/kb/webui/unable-to-reach-auth-service for this error. If you're still having trouble, please join our community channel on Slack (http://stackstorm.com/community-signup) and one of our staffs or an active community member will be able to assist you further. W |
> I have been trying stack storm today, I have auth from the command line on
> the stack storm box working fine. Web UI auth is not working. I get the
> error: Unable to reach auth service. [auth:true].
> I have noticed that port 9100 and 9101 are both bound to 127.0.0.1 instead
> of 0.0.0.0 as defined in /etc/st2/st2.conf. Does auth happen on the
/etc/st2/st2.conf doesn’t apply here, it only works when st2auth is run in standalone mode. In your case it’s run by uwsgi or gunicorn (depending on version) and nginx is forwarding it via socket or http, see /etc/nginx configuration
> backend or do these 2 ports need to be accessible from the browser ?
From the browser.
> I did
> not update /opt/stackstorm/static/webui/config.js since it did not say to
> in the quick start guide but i did notice that it is all blank. If i
> uncomment the hosts array and set url to https://:9101 and auth to
> https://:9100 i get the same results but error is then: Unable to reach
> auth service. [auth:https://:9100].
> Either way I am not able to reach the ports becasue they are binding to
> 127.0.0.1 but do not see where in the config files this is happening since
> they are defined as 0.0.0.0. I have also tried changing this to the public
> ip, but I get the same results.
> I am running on cents with selinux disabled.
Any help would be much appreciated.
Thanks!
--
You received this message because you are subscribed to the Google Groups "StackStorm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to stackstorm+...@googlegroups.com.
To post to this group, send email to stack...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/stackstorm/ff9590a6-54ad-415b-9987-97a6855c8b3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|