jumpserver-python-sdk
jumpserver-python-sdk copied to clipboard
Hello, I was just passing by and discovered [these](https://github.com/jumpserver/jumpserver-python-sdk/blob/master/jms/request.py#L116-L119) lines: ```python except (requests.ConnectionError, requests.ConnectTimeout) as e: msg = "Connect endpoint {} error: {}".format(self.endpoint, e) logger.error(msg) raise RequestError(msg) ``` I just...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.4.2 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...
**请描述您的问题.** 项目中同时使用了python-redmine和jumpserver-python-sdk,都使用了requests模块,但jumpserver对requests的版本固定在2.22.0,导致安装时出现依赖冲突。 请问可以麻烦官网升级一下依赖版本吗? ```The conflict is caused by: jenkinsapi 0.3.11 depends on requests>=2.3.0 jumpserver-python-sdk 0.0.71 depends on requests==2.22.0 python-gitlab 2.5.0 depends on requests>=2.22.0 python-redmine 2.3.0 depends on requests>=2.23.0 To fix...
文档中的方法,都已经不能用了
按照例子无法使用,没有UserServices方法啊?
RT
我用web终端连windows资产,进行上传下载的操作时 经常会导致我的Windows重启。有没有大神帮我看看这个问题
管理资产中的IP地址可以不可以添加域名支持,我们有些设备是用PPPoE拨号的,每次断电后地址都不一样,无法纳入JumpServer管理。