Hide Forgot
Description of problem: In case using only hawkular-metrics there isn't any authentication request. But if user wants use complete installtion of hawkular, access to /hawkular/metrics is forbidden without credentials. Version-Release number of selected component (if applicable): vdsm-4.18.11-1.el7ev.x86_64 How reproducible: always Steps to Reproduce: 1. Use hawkular (I tried http://pilhuhn.blogspot.cz/2016/06/using-hawkular-services-via-docker.html) Actual results: hawkular::ERROR::2016-08-17 08:33:26,095::utils::374::root::(wrapper) Unhandled exception Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vdsm/utils.py", line 371, in wrapper return f(*a, **kw) File "/usr/lib/python2.7/site-packages/vdsm/concurrent.py", line 177, in run return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/vdsm/metrics/hawkular.py", line 81, in _run client.put(items) File "/usr/lib/python2.7/site-packages/hawkular/metrics.py", line 273, in put self._post(self._get_metrics_raw_url(self._get_url(l)), r[l]) File "/usr/lib/python2.7/site-packages/hawkular/metrics.py", line 204, in _post self._http(url, 'POST', data) File "/usr/lib/python2.7/site-packages/hawkular/metrics.py", line 191, in _http self._handle_error(e) File "/usr/lib/python2.7/site-packages/hawkular/metrics.py", line 226, in _handle_error raise e HawkularMetricsError: HTTP Error 401: <html><head><title>Error</title></head><body>Unauthorized</body></html>
We can also consider 4.1, but not sure it will be prioritized.
We don't use it anymore, closing.