pycook
11ff531730
fix(api): hot loading is blocked in development mode
2024-05-21 13:14:40 +08:00
loveiwei
0d7101c9f8
fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn) ( #469 )
...
* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题
* fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题
* fix: NoneType happend while unsealing the secret funtion, cancel the address check while unseal and seal
* fix: unseal secret function
* fix: remove depens_on in docker-compose
* fix: support sealing and unsealing secret in multiple process(more than one workers started by gunicorn)
2024-04-15 18:08:47 +08:00
loveiwei
3b73971bf8
fix: Solving the timezone issue in Redis, as well as the problem of MySQL logs always being in UTC timezone. ( #268 )
2023-11-15 20:48:52 +08:00
pycook
2c70cb49e1
fix(api commands): cmdb-password-data-migrate ( #249 )
2023-11-02 20:43:39 +08:00
pycook
5132481fef
fix(api): secrets
2023-10-30 17:23:42 +08:00
pycook
f75756b71a
feat: add inner password storage and optimize flask command about inner cmdb ( #248 )
...
Co-authored-by: fxiang21 <fxiang21@126.com>
2023-10-30 16:48:53 +08:00
pycook
36a451686e
feat(cmdb-api): CI password data store ( #242 )
...
* add secrets,for test
* feat: vault SDK (#238 )
* feat: vault SDK
* docs: i18n
* perf(vault): format code
* feat(secrets): support vault
* feat: add inner password storage
* feat: secrets
* feat: add inner password storage
* feat: add secrets feature
* perf(secrets): review
---------
Co-authored-by: fxiang21 <fxiang21@126.com>
Co-authored-by: Mimo <osatmnzn@gmail.com>
2023-10-28 16:19:00 +08:00