yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #69347
[Bug 1733630] [NEW] placement: Version discovery URI should not require authentication
Public bug reported:
The placement API GET / returns the version document:
<Response [200]>
{
"versions": [
{
"min_version": "1.0",
"max_version": "1.10",
"id": "v1.0"
}
]
}
However, it requires authentication:
# curl http://9.1.2.3/placement/
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
It shouldn't. Right now I can't find the doc that says so, but Monty
confirms:
http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-
nova.2017-11-21.log.html#t2017-11-21T15:35:08
** Affects: nova
Importance: Undecided
Status: New
** Tags: placement
** Tags removed: pla
** Tags added: placement
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1733630
Title:
placement: Version discovery URI should not require authentication
Status in OpenStack Compute (nova):
New
Bug description:
The placement API GET / returns the version document:
<Response [200]>
{
"versions": [
{
"min_version": "1.0",
"max_version": "1.10",
"id": "v1.0"
}
]
}
However, it requires authentication:
# curl http://9.1.2.3/placement/
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
It shouldn't. Right now I can't find the doc that says so, but Monty
confirms:
http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-
nova.2017-11-21.log.html#t2017-11-21T15:35:08
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1733630/+subscriptions
Follow ups