[openstack-dev] [keystone][security] New BP for anti brute force in keystone
Youwenwei
youwenwei at huawei.com
Tue Jan 12 07:31:41 UTC 2016
I have registered a new bp for keystone with the capability of anti brute force
Problem Description:
the attacks of account are increasing in the cloud
the attacker steals the account information by guessing the password in brute force.
therefore, the ability of account in anti brute force is necessary.
proposed Change:
1. add two configure properties for keystone: threshold for times of password error consecutively, time of locked when password error number reaches the threshold.
2. add two properties of user information in times of password consecutive errors, and last password error time. when the password of an account error consecutively reaches threshold, the account will be locked with a few time.
3. locked account will unlock automatically when locked status time out
4. the APIs of keystone which use user_name and password for authentication, the message of response will add an error description when the account is locked
https://blueprints.launchpad.net/keystone/+spec/anti-brute-force
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160112/fa3b563e/attachment.html>
More information about the OpenStack-dev
mailing list