← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1308634] [NEW] missing import and syntax error in external-auth doc code example

 

Public bug reported:

The documentation about external authentication provides some
boilerplate code to write a custom authentication middleware, but the
code contains a few errors:

* missing keystone.exception import
* trailing : in line "username = self.do_auth(request):"

** Affects: keystone
     Importance: Undecided
     Assignee: Matthieu Huin (mhu-s)
         Status: In Progress


** Tags: low-hanging-fruit

** Changed in: keystone
     Assignee: (unassigned) => Matthieu Huin (mhu-s)

** Changed in: keystone
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1308634

Title:
  missing import and syntax error in external-auth doc code example

Status in OpenStack Identity (Keystone):
  In Progress

Bug description:
  The documentation about external authentication provides some
  boilerplate code to write a custom authentication middleware, but the
  code contains a few errors:

  * missing keystone.exception import
  * trailing : in line "username = self.do_auth(request):"

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


Follow ups

References