An alternative authentication system for Swift
Project description
Swauth
An Auth Service for Swift as WSGI Middleware that uses Swift itself as a backing store. Docs at: <https://swauth.readthedocs.io/> or ask in #openstack-swauth on freenode [IRC](http://eavesdrop.openstack.org/irclogs/%23openstack-swauth/).
See also <https://github.com/openstack/keystone> for the standard OpenStack auth service.
NOTE
Be sure to review the docs at: <https://swauth.readthedocs.io/>
Quick Install
Install Swauth with sudo python setup.py install or sudo python setup.py develop or via whatever packaging system you may be using.
Alter your proxy-server.conf pipeline to have swauth instead of tempauth:
Was:
[pipeline:main] pipeline = catch_errors cache tempauth proxy-server
Change To:
[pipeline:main] pipeline = catch_errors cache swauth proxy-server
Add to your proxy-server.conf the section for the Swauth WSGI filter:
[filter:swauth] use = egg:swauth#swauth set log_name = swauth super_admin_key = swauthkey
Be sure your proxy server allows account management:
[app:proxy-server] … allow_account_management = true
Restart your proxy server swift-init proxy reload
Initialize the Swauth backing store in Swift swauth-prep -K swauthkey
Add an account/user swauth-add-user -A http://127.0.0.1:8080/auth/ -K swauthkey -a test tester testing
Ensure it works swift -A http://127.0.0.1:8080/auth/v1.0 -U test:tester -K testing stat -v
Web Admin Install
If you installed from packages, you’ll need to cd to the webadmin directory the package installed. This is /usr/share/doc/python-swauth/webadmin with the Lucid packages. If you installed from source, you’ll need to cd to the webadmin directory in the source directory.
Upload the Web Admin files with swift -A http://127.0.0.1:8080/auth/v1.0 -U .super_admin:.super_admin -K swauthkey upload .webadmin .
Open http://127.0.0.1:8080/auth/ in your browser.
Swift3 Middleware Compatibility
[Swift3 middleware](https://github.com/openstack/swift3) can be used with swauth when auth_type in swauth is configured to be Plaintext (default).
[pipeline:main] pipeline = catch_errors cache swift3 swauth proxy-server
It can be used with auth_type set to Sha1/Sha512 too but with certain caveats and security concern. Hence, s3 support is disabled by default and you have to explicitly enable it in your configuration. Refer to swift3 compatibility [section](https://swauth.readthedocs.io/en/latest/#swift3-middleware-compatibility) in documentation for further details
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file swauth-1.3.0.tar.gz
.
File metadata
- Download URL: swauth-1.3.0.tar.gz
- Upload date:
- Size: 161.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ee7ba05d2c68259441a2c2397d6a552b0c4b51072953436ed24496fb286b684 |
|
MD5 | 1408c0937ac6cbb0413e7905c075ee36 |
|
BLAKE2b-256 | 413039faf438b8f10d2a997428cd13a1a3f0780587ff856d0533944f10db5d21 |
File details
Details for the file swauth-1.3.0-py2-none-any.whl
.
File metadata
- Download URL: swauth-1.3.0-py2-none-any.whl
- Upload date:
- Size: 38.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aa6f769b35e2827899ebd10ed2bd5d13c9584b1838cf02cc1557d345aaa4cdd |
|
MD5 | a66ab70787a3f05f7bdbc9609618eadc |
|
BLAKE2b-256 | 74fac746a5492fef3d2fa78c3b5f984d7c33a5b115bb353c87706fc0d1f9be3d |