Commit Graph

11 Commits

Author SHA1 Message Date
Ondřej Nový 022f688a7c Retire swauth
Change-Id: Ib8e22a1e2e35d22a754943e34501305a0cfdd9b9
Depends-On: https://review.opendev.org/678368
See: http://lists.openstack.org/pipermail/openstack-discuss/2019-August/008416.html
2019-08-24 20:04:50 +02:00
Prashanth Pai e0b0292a27 Allow configuring salt manually
Older versions of swauth supported manually setting up a salt string in
conf file. This change re-introduces it and makes it a tunable option.

The current behavior of randomly generating salt for every password is
NOT affected with this change.

Change-Id: Ifdf6f806b954e4d41c083eeffa981cd7d0dd50b9
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2016-02-29 11:49:11 +05:30
Ondřej Nový 8cf1c715a0 +log_address in config example
Change-Id: I970c8a4566880ca357a902c1c94e1db724bed000
2016-01-29 20:39:24 +01:00
onovy e14a7b3df8 Security fixies.
Generate new salt for every password.
Support different salt for passwords.
Support SHA512 for hashing.
2015-04-21 11:26:09 +02:00
Prashanth Pai a92d6f13f7 Add support for storage policy
Signed-off-by: Prashanth Pai <ppai@redhat.com>
2014-03-12 12:52:03 +05:30
gholt 36a156bc52 Allow user set X-Auth-Token-Lifetime, with limits
* New conf value of max_token_life, existing token_life conf value is
  now just the default token life.

* When a user requests a token, they can send an
  X-Auth-Token-Lifetime header with the number of seconds they'd like
  the token to be valid for. This will be capped to max_token_life.

* Response to getting a token has new X-Auth-Token-Expires header
  that is the number of seconds the token is valid for.
2013-03-01 06:35:51 +00:00
gholt 09590624ea Added allow_overrides capability for tempurl/fo...
Added allow_overrides capability for tempurl/formpost type
middleware.

Fixes #26
2012-03-27 02:53:05 +00:00
gholt 69fd700039 Quick doc updates 2011-07-31 16:31:57 +00:00
gholt 96e1a78428 Added swauth_remote mode. Fixes #3 2011-06-05 23:25:12 +00:00
gholt 62e74cb585 Allowing /not/ setting super_admin_key...
Allowing /not/ setting super_admin_key to disable Swauth administration
features. Fixes #6
2011-06-05 03:11:26 +00:00
gholt 1e50a54e98 Initial commit of original codebase, altered to work in new codebase. 2011-05-26 10:39:59 +00:00