zaqar/releasenotes/notes/fix_auth_issue_for_root_path-b15e1c4e92e4e8b1.yaml
Fei Long Wang e9dbb19a3a Add release notes
Change-Id: Iecb4c53add040e564f9cf7e1ccb7b44755b3355d
2016-06-10 11:59:43 +12:00

8 lines
245 B
YAML

---
fixes:
- |
When access the root path of Zaqar service, for example:
curl GET http://127.0.0.1:8888/, user will see 401 error. Which
will cause some front end proxy (like HAProxy) to complain. Now this issue
has been fixed.