-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: 页面操作密码重置,rsa加密 #818
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
neronkl
commented
Nov 29, 2022
- SettingMeta 新增rsa元数据
- 通过命令Django Command 针对某个目录进行启用rsa加密,并且秘钥对具有差异化(支持随机生成秘钥对,本地pem文件导入)
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Outdated
Show resolved
Hide resolved
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Show resolved
Hide resolved
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Outdated
Show resolved
Hide resolved
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Show resolved
Hide resolved
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Outdated
Show resolved
Hide resolved
neronkl
force-pushed
the
update_pwd_rsa_nero
branch
from
November 30, 2022 11:34
c9f333c
to
526b74c
Compare
neronkl
force-pushed
the
update_pwd_rsa_nero
branch
from
November 30, 2022 15:18
526b74c
to
bb338be
Compare
nannan00
reviewed
Dec 1, 2022
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Show resolved
Hide resolved
src/api/bkuser_core/user_settings/migrations/0019_alter_local_password_rsa_config.py
Show resolved
Hide resolved
wklken
reviewed
Dec 1, 2022
src/api/bkuser_core/categories/management/commands/enable_pwd_rsa_encrypt.py
Show resolved
Hide resolved
wklken
reviewed
Dec 1, 2022
wklken
reviewed
Dec 5, 2022
nannan00
reviewed
Dec 5, 2022
1.pwd展开; 2.settings namespace=password 返回rsa设置时password缀名排除; 3.decrypt_rsa_password => get_raw_password 4.获取token_handler 抽取去功能逻辑
neronkl
requested review from
Canway-shiisa,
nannan00 and
wklken
and removed request for
Canway-shiisa,
nannan00 and
wklken
December 6, 2022 03:25
nannan00
reviewed
Dec 6, 2022
wklken
reviewed
Dec 6, 2022
neronkl
requested review from
nannan00,
Canway-shiisa and
wklken
and removed request for
nannan00,
Canway-shiisa and
wklken
December 7, 2022 05:04
wklken
reviewed
Dec 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.