Cannot Use existing auth plugins with new methods
Bug #1343709 reported by
Adam Young
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Wishlist
|
Adam Young |
Bug Description
Auth plugins hard code the "method" that is used to name them in the config file. This prevents reuse, and forces a new Plugin for each mod_auth mechanism in Apache HTTPD. Since there is already a handful of "external" plugins, we will have a cross-preoduct of auth plugins; one for each mechanism X mapping scheme.
This was discussed at the Hackathon
From: https:/
Remove method name from auth plugins (so the method name is owned by keystone.conf)
One place where this shows up is that the "kerberos" method requires a new AuthPlugin for existing functionality, such as using the Default Domain. The same is true for SAML, or OpenID connect.
Changed in keystone: | |
status: | Incomplete → In Progress |
description: | updated |
Changed in keystone: | |
milestone: | none → juno-3 |
importance: | Undecided → Critical |
Changed in keystone: | |
assignee: | Adam Young (ayoung) → Morgan Fainberg (mdrnstm) |
assignee: | Morgan Fainberg (mdrnstm) → Adam Young (ayoung) |
Changed in keystone: | |
importance: | Critical → High |
summary: |
- Cannot Use Default Domain with Kerberos + Cannot Use existing auth plugins with new methods |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | juno-3 → 2014.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/107873
Review: https:/