← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1845530] [NEW] Versioned discovery endpoint should not require authentication

 

Public bug reported:

stack@nucle:/opt/stack/cyborg$ openstack endpoint list
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
| ID                               | Region    | Service Name | Service Type   | Enabled | Interface | URL                                             |
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
<snip>
| 9d483c8a6162422282514191683751cb | RegionOne | nova         | compute        | True    | public    | http://192.168.218.28/compute/v2.1              |
<snip>
+----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
stack@nucle:/opt/stack/cyborg$ curl http://192.168.218.28/compute/v2.1 
{"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}

Discovery endpoints should not require authentication.

(I'm still looking for the doc that contains this edict; but ask mordred
or anyone on the api-sig.)

** Affects: nova
     Importance: Undecided
         Status: New

-- 
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/1845530

Title:
  Versioned discovery endpoint should not require authentication

Status in OpenStack Compute (nova):
  New

Bug description:
  stack@nucle:/opt/stack/cyborg$ openstack endpoint list
  +----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
  | ID                               | Region    | Service Name | Service Type   | Enabled | Interface | URL                                             |
  +----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
  <snip>
  | 9d483c8a6162422282514191683751cb | RegionOne | nova         | compute        | True    | public    | http://192.168.218.28/compute/v2.1              |
  <snip>
  +----------------------------------+-----------+--------------+----------------+---------+-----------+-------------------------------------------------+
  stack@nucle:/opt/stack/cyborg$ curl http://192.168.218.28/compute/v2.1 
  {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}

  Discovery endpoints should not require authentication.

  (I'm still looking for the doc that contains this edict; but ask
  mordred or anyone on the api-sig.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1845530/+subscriptions


Follow ups