summaryrefslogtreecommitdiffstats
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Revise docs to use keystoneclient.middleware.auth_tokenDolph Mathews2013-03-132-7/+7
| | | | Change-Id: Ic6caf991cb3eda359658ea679b0fd2f75180c2a9
* v3 token APIGuang Yee2013-02-201-0/+54
| | | | | | | | | | | | | | Also implemented the following: blueprint pluggable-identity-authentication-handlers blueprint stop-ids-in-uris blueprint multi-factor-authn (just the plumbing) What's missing? * domain scoping (will be implemented by Henry?) Change-Id: I191c0b2cb3367b2a5f8a2dc674c284bb13ea97e3
* Remove old, outdated keystone devref docsTom Fifield2013-02-208-1461/+0
| | | | | | | | | | | The doc/source/old directory contained several docs that were marked as 'old' and hadn't been updated for more than a year. This patch simply removes them - they aren't referred to in any way noticable on keystone.openstack.org. Change-Id: Ida57e0321be09aa8ddcb966f386132946017cdcb
* Merge "Update to oslo version code."Jenkins2013-02-171-9/+0
|\
| * Update to oslo version code.Monty Taylor2013-02-131-9/+0
| | | | | | | | | | | | This brings us tag-based versioning and aligned with the rest of the project. Change-Id: I8c1f077125ee062e213d073492cfde07694cc254
* | Merge "Cleaned up keystone-all --help output"Jenkins2013-02-162-48/+66
|\ \ | |/ |/|
| * Cleaned up keystone-all --help outputDolph Mathews2013-02-122-48/+66
| | | | | | | | | | | | | | | | | | - Added a missing space: mayuse -> may use - Removed default values from help messages, which were appearing as None, and should be added by argparse anyway - Updated man pages Change-Id: I471a1aaff40398488e19f91a16bd91d2d17db61d
* | Fix spelling mistakesJoe Gordon2013-02-123-3/+3
|/ | | | | | | git ls-files | misspellings -f - Source: https://github.com/lyda/misspell-check Change-Id: Icbd2412aa65bc8135e5dcd83ee69e94f5a42f7a2
* Adds png versions of all svg image files. Changes reference.annegentle2013-02-014-2/+2
| | | | | | | | This should stop complaints about Sphinx not correctly identifying svg content type while still maintaining an svg version for maintenance purposes. Change-Id: If7085e4644562232945efc97d420eeecab85623e
* Merge "Remove swift auth."Jenkins2012-12-221-145/+2
|\
| * Remove swift auth.Chmouel Boudjnah2012-12-121-145/+2
| | | | | | | | | | | | - This has been moved since last release to swift main repository. Change-Id: I11fc4001fbc4a1d78823d41450cdfcc97677c420
* | Merge "Remove mentions of essex in docs (bug 1085247)"Jenkins2012-12-101-10/+10
|\ \ | |/ |/|
| * Remove mentions of essex in docs (bug 1085247)Eduardo Patrocinio2012-12-101-10/+10
| | | | | | | | Change-Id: I663e9317c2b5eb5fe7190ea6c656fcebff7078fd
* | Added documentation for the external auth supportAlvaro Lopez Garcia2012-12-032-0/+118
|/ | | | | | | | | This covers given authentication using REMOTE_USER and also the way to implement custom auth with WSGI middleware. DocImpact blueprint: pluggable-identity-authentication-handlers Change-Id: Idbac8c38d1f0be1febbbc8056c929bada6bbb07e
* Fixes typo in keystone setup docTom Fifield2012-11-271-1/+1
| | | | | | | | | fixes bug 1083391 A one character change to fix a typo in setup doc, reported by a user :s Change-Id: I4fefec089c9ded4b773f4b3641e30162a4faa2f8
* Merge "tweaking docs to fix link to wiki Keystone page"Jenkins2012-11-202-3/+10
|\
| * tweaking docs to fix link to wiki Keystone pageJoe Heck2012-11-102-3/+10
| | | | | | | | | | | | | | | | updated docstrings to remove two errors reformatted front page header to be consistent added links to autogenerated python documentation Change-Id: I59fddc12ff458bbd0102a40d4d85903ab6bd6394
* | Provide config file fields for enable users in LDAP backend (bug1067516)Jose Castro Leon2012-11-131-2/+87
|/ | | | | | DocImpact Change-Id: I1ee9a1e2505cdd8c9ee8acba5c0e89a4f25c7262
* bug 1069945: generate certs for the tests in one placeGuang Yee2012-11-051-4/+83
| | | | | | and doc how to install signing certificate from an external CA Change-Id: I92feb8eaeea617211ee7132480ac7a63bf0a1bf1
* Merge "add --config-dir=DIR for keystone-all option"Jenkins2012-10-241-0/+6
|\
| * add --config-dir=DIR for keystone-all optionlong-wang2012-10-131-0/+6
| | | | | | | | Change-Id: I0c9e1fdc05714a11accd2845fa031ac8e09b1028
* | Merge "Add --config-dir=DIR in OPTIONS"Jenkins2012-10-241-0/+6
|\|
| * Add --config-dir=DIR in OPTIONSlong-wang2012-10-131-0/+6
| | | | | | | | Change-Id: I51c426bdc0610b59aeecc4512c797e709021eb14
* | Document PKI configuration and managementAdam Young2012-10-102-0/+36
|/ | | | | | Bug 1064585 Change-Id: I2faf2d998a208218635e10c24cae06768934d494
* Document memcached host system time configuration.Maru Newby2012-09-111-0/+12
| | | | | | * Addresses 1022614 Change-Id: I81617c4eecd6fdfdb3f01eb674f7308d9c93baaa
* pep8 1.3.3 cleanupJoe Heck2012-08-241-8/+8
| | | | | | removing unused imports Change-Id: I0472fd074bbe0b2ec07f1548f3930df339523465
* Merge "Code cleanup in doc/source/conf.py"Jenkins2012-08-231-10/+9
|\
| * Code cleanup in doc/source/conf.pyRay Chen2012-08-231-10/+9
| | | | | | | | | | | | | | Code cleanup in doc/source/conf.py and fix some PEP8 issues to make the code more pretty. Change-Id: Ifc8bb4bff72f9497080a3f0b3df2161bd9328ab0
* | allow middleware configuration from app configAlan Pevec2012-08-222-3/+49
|/ | | | | | | | | | | | | | | | | From markmc's proposal: http://lists.openstack.org/pipermail/openstack-dev/2012-July/000277.html For backward compatiblity, configuration from paste-deploy INI is used if it exists. If not, section [keystone_authtoken] in global configuration is expected, with the same parameter names. Requires application using global cfg.CONF object (nova and glance since folsom-2) and before there's openstack.common library, attempts to use copy/pasted <application>.openstack.common.cfg DocImpact Change-Id: If6aa22280f4ce2cc698d99a130b5792dab808363
* Merge "fix broken link"Jenkins2012-08-131-2/+0
|\
| * fix broken linkAlan Pevec2012-07-271-2/+0
| | | | | | | | | | | | | | | | | | sections have implicit hyperlink targets http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#implicit-hyperlink-targets bug 1027109 Change-Id: I984695c16f77e7939c5aebe65060abc13e3514ca
* | Allow overloading of username and tenant name in the config files.Adam Young2012-08-071-0/+13
| | | | | | | | | | | | | | | | | | | | | | Includes documentation and sample config file values. Bug 997700 Patchset adds DocImpact flag for notifying doc team about these new config file values. Change-Id: Ibd3fade3f233a3b89a1c2feaa0a6b5a9569ad86c
* | Typo error in keystone/doc/source/configuration.rst.Syed Armani2012-07-281-1/+1
|/ | | | Change-Id: I076d4679cd797db816b99e63053661515712302b
* Merge "Files for Apache-HTTPD"Jenkins2012-07-202-0/+91
|\
| * Files for Apache-HTTPDAdam Young2012-07-162-0/+91
| | | | | | | | | | | | files required for running Keystone in Apache-HTTPD and instructions to set it up Change-Id: Ib3fdf873ea3816186e6bb63307028ba3aa2edaa9
* | Fix the wrong infomation in keystone-manage.rstwanglong2012-07-151-3/+3
|/ | | | Change-Id: I63d789b15361c74d11531646c30fd45f111e236c
* updating testing documentationJoe Heck2012-07-122-8/+18
| | | | Change-Id: I78c55c3050573d6430028bfc3c3c5d8a8c3e93b0
* Making docs pretty!jakedahn2012-07-117-63/+333
| | | | | | | * Before: http://stsh.me/2Qx * After: http://stsh.me/2Qy Change-Id: I80cf07e05d253f582f4bca129f0dcdba1a315469
* Adding user password setting api callDerek Higgins2012-07-101-0/+24
| | | | | | | | | | | | | | | | | | | Fixes bug 996922 This commit adds a user_crud module that can be used in the public wsgi pipeline, currently the only operation included allows a user to update their own password. In order to change their password a user should make a HTTP PATCH to /v2.0/OS-KSCRUD/users/<userid> with the json data fomated like this {"user": {"password": "DCBA", "original_password": "ABCD"}} in addition to changing the users password, all current tokens will be cleared (for token backends that support listing) and a new token id will be returned. Change-Id: I0cbdafbb29a5b6531ad192f240efb9379f0efd2d
* Merge "fix sphinx warnings"Jenkins2012-07-033-2/+6
|\
| * fix sphinx warningsAlan Pevec2012-06-223-2/+6
| | | | | | | | | | | | also disable building old docs Change-Id: I0bbbb2b702a12bd9acb79f89b5b5c92cffeec779
* | Merge "Basic request stats monitoring & reporting"Jenkins2012-06-281-0/+33
|\ \ | |/ |/|
| * Basic request stats monitoring & reportingDolph Mathews2012-06-191-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Attributes are tracked seperately per interface (public API vs admin API): - Request method (GETs, POSTs, etc) - Requested resources - Number of requests per remote address - Response status codes Retrieve statistics report: GET http://keystone:35357/v2.0/OS-STATS/stats e.g. http://paste.openstack.org/raw/18528/ Reset statistics report: DELETE http://keystone:35357/v2.0/OS-STATS/stats Change-Id: Id21af755e5e25b8275dd55b7415bf4c421304807
* | fix man page buildAlan Pevec2012-06-223-39/+19
|/ | | | | | | there was an obsolete man_pages in conf.py sync keystone-all man page with keystone-all -h output Change-Id: Ie136d30d0ea647082459ae35720e48742aa2b722
* Add s3 extension in keystone.conf sample.Chmouel Boudjnah2012-06-082-3/+14
| | | | | | - Document S3 functionality along the way. Change-Id: I5525cd084aa16a33176c2ed0c3df53e9743072fc
* Merge "Update swift_auth documentation."Jenkins2012-05-291-4/+6
|\
| * Update swift_auth documentation.Chmouel Boudjnah2012-05-231-4/+6
| | | | | | | | | | | | | | | | - Make it consistent between the source documentation and the rst documentation. - Note about the default being https. Change-Id: Ic78ef79198eee9b514bb52fce12d7224e9ab65ae
* | Merge "Allow other middleware overriding authentication."Jenkins2012-05-291-1/+2
|\ \
| * | Allow other middleware overriding authentication.Chmouel Boudjnah2012-05-211-1/+2
| |/ | | | | | | | | | | | | | | | | - Implements blueprint swift-middleware-add-overrides-feature. - Let other middleware do authentication for certain request allow tempurl or formpost to temporary allow access for certain object and do the validation in there. Change-Id: I4f5bcb5832f96ced2c6c10d565737ae894771690
* / blueprint 2-way-sslLiem Nguyen2012-05-242-0/+59
|/ | | | | | Implemented bp/2-way-ssl using eventlet-based SSL. Change-Id: I5aeb622aded13b406e01c78a2d8c245543306180