Hi,
the port that should be white-listed is this one 9876 (the default port on which the
PhantomJS runs) not the 2772, that was mistake.
you can replicate by:
curl -ivX GET -u jdoe:password -H "Origin:
http://127.0.0.1:9876" -H
"Content-Type: application/json" -H "Accept: application/json"
'http://localhost:8080/hawkular/accounts/personas/current' | less
here is PR btw:
https://github.com/hawkular/hawkular/pull/643
jk
----- Original Message -----
| From: "Jiri Kremser" <jkremser(a)redhat.com>
| To: "Discussions around Hawkular development"
<hawkular-dev(a)lists.jboss.org>
| Sent: Wednesday, 11 November, 2015 1:47:29 PM
| Subject: Re: [Hawkular-dev] [hawkular-ui-services] Tests broken
|
| Hi Lukas,
|
| I had the same issue, the problem was with the Auth{N|Z}, namely CORS. From
| some strange reason the 2772 port was not white-listed for the
| hawkular-accounts-backend client in the Keycloak. I've added it in the
| auth console and it worked. With this 2 days old PR
|
https://github.com/hawkular/hawkular-ui-services/pull/63 I had all the
| tests passing against the latest inventory.
|
| tests for metrics just work, because there is no hawkular accounts involved,
| afaik
|
|
| jk
|
| ----- Original Message -----
| | From: "Lucas Ponce" <lponce(a)redhat.com>
| | To: "Discussions around Hawkular development"
| | <hawkular-dev(a)lists.jboss.org>
| | Sent: Wednesday, 11 November, 2015 12:51:15 PM
| | Subject: [Hawkular-dev] [hawkular-ui-services] Tests broken
| |
| | Hi,
| |
| | some of tests of ui-services are broken against hawkular/master, in
| | particular:
| |
| | gulp rest:alert
| | gulp rest:inventory
| |
| | I am investigating on alert if this is something introduced in the project,
| | or it has to do with hawkular/master environment.
| |
| | I wonder if there is some way to automate this (as it is complex), but in
| | the
| | meanwhile, I think it could be good if before to send a PR we validate that
| | the tests are ok.
| |
| | That could help to trace where the issue could be introduced.
| |
| | Thanks,
| | Lucas
| | _______________________________________________
| | hawkular-dev mailing list
| | hawkular-dev(a)lists.jboss.org
| |
https://lists.jboss.org/mailman/listinfo/hawkular-dev
| |
| _______________________________________________
| hawkular-dev mailing list
| hawkular-dev(a)lists.jboss.org
|
https://lists.jboss.org/mailman/listinfo/hawkular-dev
|