{ "info": { "author": "OpenStack", "author_email": "openstack-dev@lists.openstack.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Swauth\n------\n\nAn Auth Service for Swift as WSGI Middleware that uses Swift itself as a\nbacking store. Docs at: or ask in #openstack-swauth on\nfreenode [IRC](http://eavesdrop.openstack.org/irclogs/%23openstack-swauth/).\n\nSee also for the standard OpenStack\nauth service.\n\n\nNOTE\n----\n\n**Be sure to review the docs at:\n**\n\n\nQuick Install\n-------------\n\n1) Install Swauth with ``sudo python setup.py install`` or ``sudo python\n setup.py develop`` or via whatever packaging system you may be using.\n\n2) Alter your proxy-server.conf pipeline to have swauth instead of tempauth:\n\n Was:\n\n [pipeline:main]\n pipeline = catch_errors cache tempauth proxy-server\n\n Change To:\n\n [pipeline:main]\n pipeline = catch_errors cache swauth proxy-server\n\n3) Add to your proxy-server.conf the section for the Swauth WSGI filter:\n\n [filter:swauth]\n use = egg:swauth#swauth\n set log_name = swauth\n super_admin_key = swauthkey\n\n4) Be sure your proxy server allows account management:\n\n [app:proxy-server]\n ...\n allow_account_management = true\n\n5) Restart your proxy server ``swift-init proxy reload``\n\n6) Initialize the Swauth backing store in Swift ``swauth-prep -K swauthkey``\n\n7) Add an account/user ``swauth-add-user -A http://127.0.0.1:8080/auth/ -K\n swauthkey -a test tester testing``\n\n8) Ensure it works ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K\n testing stat -v``\n\n\nWeb Admin Install\n-----------------\n\n1) If you installed from packages, you'll need to cd to the webadmin directory\n the package installed. This is ``/usr/share/doc/python-swauth/webadmin``\n with the Lucid packages. If you installed from source, you'll need to cd to\n the webadmin directory in the source directory.\n\n2) Upload the Web Admin files with ``swift -A http://127.0.0.1:8080/auth/v1.0\n -U .super_admin:.super_admin -K swauthkey upload .webadmin .``\n\n3) Open ``http://127.0.0.1:8080/auth/`` in your browser.\n\n\nSwift3 Middleware Compatibility\n-------------------------------\n[**Swift3 middleware**](https://github.com/openstack/swift3) can be used with\nswauth when `auth_type` in swauth is configured to be *Plaintext* (default).\n\n [pipeline:main]\n pipeline = catch_errors cache swift3 swauth proxy-server\n\nIt can be used with `auth_type` set to Sha1/Sha512 too but with certain caveats\nand security concern. Hence, s3 support is disabled by default and you have to\nexplicitly enable it in your configuration.\nRefer to swift3 compatibility [section](https://swauth.readthedocs.io/en/latest/#swift3-middleware-compatibility)\nin documentation for further details\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openstack/swauth", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "swauth", "package_url": "https://pypi.org/project/swauth/", "platform": "", "project_url": "https://pypi.org/project/swauth/", "project_urls": { "Homepage": "https://github.com/openstack/swauth" }, "release_url": "https://pypi.org/project/swauth/1.3.0/", "requires_dist": [ "eventlet (!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2)", "python-swiftclient (>=3.2.0)", "six (>=1.10.0)" ], "requires_python": "", "summary": "An alternative authentication system for Swift", "version": "1.3.0" }, "last_serial": 3403769, "releases": { "1.0.8": [], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6358a3559b6ec3706e8702a6b38470a5", "sha256": "1241c5ed7b50b4370770d5a8b40a6184e33b8c2a9e726e7fc1e1f07a459dfdc7" }, "downloads": -1, "filename": "swauth-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "6358a3559b6ec3706e8702a6b38470a5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 36181, "upload_time": "2015-12-16T15:41:32", "url": "https://files.pythonhosted.org/packages/ec/88/538902de6d809421bb8f4819539f3c48fe5e425de36d90264f045c9b670a/swauth-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "459b9236fa02187a98e28dbcb1ce9eab", "sha256": "1de8cd92fddd2b01c484236bd88fd6a8bc1b602cf5970c52ce3f98366de88203" }, "downloads": -1, "filename": "swauth-1.1.0.tar.gz", "has_sig": false, "md5_digest": "459b9236fa02187a98e28dbcb1ce9eab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152966, "upload_time": "2015-12-16T15:43:06", "url": "https://files.pythonhosted.org/packages/03/06/fb62fca8aeb7331b288c47d18ef88b2d6ec99cd7fe84e51eb7766e601b19/swauth-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "f601d4a350da2391cea266b2ccc0eb18", "sha256": "f470add05138686d472d2a6dbdd4535f573ecfac5be3b885ec210fdf8ddd9cb1" }, "downloads": -1, "filename": "swauth-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f601d4a350da2391cea266b2ccc0eb18", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38132, "upload_time": "2016-09-22T13:28:02", "url": "https://files.pythonhosted.org/packages/f5/cc/3ad8b1415444620c7b87f4ac9236e051969ad7cbd9fd9ce14e0f88b81bed/swauth-1.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f6e04f4615a90395dbda38f870b390f3", "sha256": "7ccedc48918e116e6c24039748ca2c5d8860ad51f088d846743f6ba39c64a65e" }, "downloads": -1, "filename": "swauth-1.2.0.tar.gz", "has_sig": false, "md5_digest": "f6e04f4615a90395dbda38f870b390f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 162078, "upload_time": "2016-09-22T13:28:05", "url": "https://files.pythonhosted.org/packages/b2/77/76bee14ae161b5a2523c32a7e883097ec033061d2711eca41f1ad3962019/swauth-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "a66ab70787a3f05f7bdbc9609618eadc", "sha256": "9aa6f769b35e2827899ebd10ed2bd5d13c9584b1838cf02cc1557d345aaa4cdd" }, "downloads": -1, "filename": "swauth-1.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a66ab70787a3f05f7bdbc9609618eadc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38344, "upload_time": "2017-12-09T16:31:14", "url": "https://files.pythonhosted.org/packages/74/fa/c746a5492fef3d2fa78c3b5f984d7c33a5b115bb353c87706fc0d1f9be3d/swauth-1.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1408c0937ac6cbb0413e7905c075ee36", "sha256": "1ee7ba05d2c68259441a2c2397d6a552b0c4b51072953436ed24496fb286b684" }, "downloads": -1, "filename": "swauth-1.3.0.tar.gz", "has_sig": false, "md5_digest": "1408c0937ac6cbb0413e7905c075ee36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161843, "upload_time": "2017-12-09T16:31:17", "url": "https://files.pythonhosted.org/packages/41/30/39faf438b8f10d2a997428cd13a1a3f0780587ff856d0533944f10db5d21/swauth-1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a66ab70787a3f05f7bdbc9609618eadc", "sha256": "9aa6f769b35e2827899ebd10ed2bd5d13c9584b1838cf02cc1557d345aaa4cdd" }, "downloads": -1, "filename": "swauth-1.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a66ab70787a3f05f7bdbc9609618eadc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38344, "upload_time": "2017-12-09T16:31:14", "url": "https://files.pythonhosted.org/packages/74/fa/c746a5492fef3d2fa78c3b5f984d7c33a5b115bb353c87706fc0d1f9be3d/swauth-1.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1408c0937ac6cbb0413e7905c075ee36", "sha256": "1ee7ba05d2c68259441a2c2397d6a552b0c4b51072953436ed24496fb286b684" }, "downloads": -1, "filename": "swauth-1.3.0.tar.gz", "has_sig": false, "md5_digest": "1408c0937ac6cbb0413e7905c075ee36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 161843, "upload_time": "2017-12-09T16:31:17", "url": "https://files.pythonhosted.org/packages/41/30/39faf438b8f10d2a997428cd13a1a3f0780587ff856d0533944f10db5d21/swauth-1.3.0.tar.gz" } ] }