Jump to: navigation, search

Difference between revisions of "Keystone"

(Fixed link to V2 spec)
 
(15 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
+
= OpenStack Identity ("Keystone") =
= [[OpenStack]] Identity ("Keystone") =
 
  
 
{| border="1" cellpadding="2" cellspacing="0"
 
{| border="1" cellpadding="2" cellspacing="0"
Line 17: Line 16:
  
 
== Documentation ==
 
== Documentation ==
* [http://docs.openstack.org/api/openstack-identity-service/2.0/content/ Identity API (v2) specification]
+
* [http://specs.openstack.org/openstack/keystone-specs/#identity-v3-api API (v3) specification]
* [https://docs.google.com/document/d/1gI_OEc_ZybuKFMGkQwELbkClqoIXsR3Fi8wqH2DvX-I/edit draft4 v3 Identity API]
+
* [http://specs.openstack.org/openstack/keystone-specs/#v2-0-api Identity API (v2) specification]
  
 
== What is Keystone? ==
 
== What is Keystone? ==
Line 37: Line 36:
 
** https://github.com/openstack/keystone
 
** https://github.com/openstack/keystone
 
* Pending Code Reviews:
 
* Pending Code Reviews:
** https://review.openstack.org/#q,status:open+keystone,n,z
+
** Keystone Service: https://review.openstack.org/#q,status:open+keystone,n,z
 +
** Keystone Client: https://review.openstack.org/#/q/status:open+python-keystoneclient,n,z
 +
** Keystone Middleware: https://review.openstack.org/#q,status:open+keystonemiddleware,n,z
 +
 
 +
* Keystone Spec Repository:
 +
** https://review.openstack.org/#q,status:open+keystone-specs,n,z
  
 
'''Bugs and Blueprints'''
 
'''Bugs and Blueprints'''
 
* [https://bugs.launchpad.net/keystone/+bugs?orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.tag=-python-keystoneclient&field.tags_combinator=ANY&field.omit_dupes=on&field.has_branches=on&field.has_no_branches=on&field.has_blueprints=on&field.has_no_blueprints=on  keystone bugs]
 
* [https://bugs.launchpad.net/keystone/+bugs?orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.tag=-python-keystoneclient&field.tags_combinator=ANY&field.omit_dupes=on&field.has_branches=on&field.has_no_branches=on&field.has_blueprints=on&field.has_no_blueprints=on  keystone bugs]
* [https://bugs.launchpad.net/keystone/+bugs?orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.tag=python-keystoneclient&field.tags_combinator=ANY&field.omit_dupes=on&field.has_branches=on&field.has_no_branches=on&field.has_blueprints=on&field.has_no_blueprints=on  keystone client bugs]
+
* [https://bugs.launchpad.net/python-keystoneclient/+bugs?orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.tag=-python-keystoneclient&field.tags_combinator=ANY&field.omit_dupes=on&field.has_branches=on&field.has_no_branches=on&field.has_blueprints=on&field.has_no_blueprints=on  keystone client bugs]
* [https://blueprints.launchpad.net/keystone  blueprints]
+
* [https://blueprints.launchpad.net/keystone  keystone blueprints]
 +
* [https://blueprints.launchpad.net/python-keystoneclient  keystone client blueprints]
 
* ''bugs tags''
 
* ''bugs tags''
 
** blueprint (implies bug indicates a needed feature or function, can be migrated to a blueprint)
 
** blueprint (implies bug indicates a needed feature or function, can be migrated to a blueprint)
Line 54: Line 59:
 
** medium/low (general issue bug or annoyance, perhaps requiring significant design change to implement or new features needed to resolve)
 
** medium/low (general issue bug or annoyance, perhaps requiring significant design change to implement or new features needed to resolve)
 
** wishlist (nice to have)
 
** wishlist (nice to have)
 +
 +
'''Liberty Priorities'''
 +
 +
* [[DynamicPolicies]]
  
 
'''Use Cases'''
 
'''Use Cases'''
Line 59: Line 68:
 
* [[KeystoneUseCases]]
 
* [[KeystoneUseCases]]
  
'''Essex Roadmap''' (as per current discussions in [[OpenStack]] Design Summit in Boston - October 2011):
+
'''Performance'''
 
 
# RBAC (with Dashboard and core project integration) <<BR>>
 
#* Fine-grained access control
 
#* Non-admin users
 
#* Create your own roles
 
#* RBAC discussions: http://etherpad.openstack.org/canhaz
 
# Reset baseline of code
 
#* expandability, future development
 
# Stability
 
#* Performance
 
#* Deployability
 
#* Documentation
 
 
 
Topics for Folsom: [[KeystoneFolsomSummitTopics]]
 
 
 
'''Releases'''
 
  
* Diablo
+
* [[KeystonePerformance]]
** [https://blueprints.launchpad.net/keystone/+spec/identity-api Core functionality] (calls shared by all implementations)
 
** [https://github.com/openstack/keystone/blob/master/keystone/content/service/RAX-KSGRP-service-devguide.pdf Extensions](calls that are specific to the implementation; ie: enabling company "ACME" user, role, and group structure)
 
* Essex (Keystone is part of [[OpenStack]] core for Essex)
 
** Call for blueprints (feature freeze by '''start '''of e-2; code freeze by start of e-4: [[EssexReleaseSchedule|http://wiki.openstack.org/EssexReleaseSchedule]])
 
* Folsom
 
** [[KeystoneFolsomSummitTopics|Summit Topics]]
 
* Grizzly
 

Latest revision as of 14:52, 8 January 2016

OpenStack Identity ("Keystone")

Source code
Bug tracker
Blueprints
Developer doc

Related projects

  • Python Keystone client
  • Identity API documentation

Documentation

What is Keystone?

Keystone is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN and user-service authorization. It has recently been rearchitected to allow for expansion to support proxying external services and AuthN/AuthZ mechanisms such as oAuth, SAML and openID in future versions.

Meetings

Doc

Code

Bugs and Blueprints

  • keystone bugs
  • keystone client bugs
  • keystone blueprints
  • keystone client blueprints
  • bugs tags
    • blueprint (implies bug indicates a needed feature or function, can be migrated to a blueprint)
    • python-keystoneclient (related to the client end of keystone)
    • legacy (existing prior to the feb14, 2012 rebaseline of the code)
    • gsoc (appropriate for a google summer of code project effort)
    • low-hanging-fruit (easy piece for someone to get started with, minimal design needed to solve)
  • importance meanings
    • critical (bug renders the system non-functional)
    • high (bug we want resolved before the next release)
    • medium/low (general issue bug or annoyance, perhaps requiring significant design change to implement or new features needed to resolve)
    • wishlist (nice to have)

Liberty Priorities

Use Cases

Performance