Go to file
BaiJiangJie 4e705a52eb [Feature] 添加资产用户管理器 (#2489)
* [Feature] 1. 资产用户管理器

* [Feature] 2. 资产用户管理器: 更新AuthBook

* [Feature] 3. 资产用户管理器: 添加 AssetUser API

* [Feature] 4. AssetUser Model: 添加方法 load_related_asset_auth

* [Feature] 5. AdminUser: 更新管理用户获取认证信息时,先加载相关资产的认证

* [Feature] 6. SystemUser: 更新系统用户获取认证信息时,先加载相关资产的认证

* [Feature] 前端页面: 添加资产用户列表页面

* [Feature] 前端页面: 管理用户的资产管理页面添加按钮: 修改资产用户认证信息

* [Feature] 前端页面: 系统用户的资产管理页面添加按钮: 修改资产用户认证信息

* [Feature] 优化: 从管理用户和系统用户的backend中获取相关资产用户的逻辑

* [Update] Fix 1

* [Feature] 优化: SystemUserBackend之filter功能

* [Feature] 优化: AdminUserBackend之filter功能

* [Feature] 优化: AdminUserBackend和SystemUserBackend功能

* [Feature] 更新翻译: 资产用户管理器

* [Update] 更新资产用户列表页名称为: asset_asset_user_list.html

* [Bugfix] 修改bug: SystemUserBackend 根据用户名过滤系统用户

* [Feature] 添加: 资产用户列表中可测试资产用户的连接性

* [Update] 修改: AdHoc model的run_as字段从SystemUser外键修改为username字符串

* [Feature] 添加: 获取系统用户认证信息(对应某个资产)API

* [Update] 更新: API获取asset user时进行排序

* [Bugfix] 修改: 资产用户可连接性CACHE_KEY

* [Update] 更新翻译信息

* [Update] 修改获取资产用户认证信息API的返回响应(200/400)

* [Update] 修改BaseUser获取特定资产的方法名

* [Update] 修改logger输出,AuthBook set_version_and_latest

* [Update] 修改日志输出添加exc_info参数

* [Update] 移除AuthBook迁移文件0026

* [Bugfix] 修复AdminUserBackend获取instances为空的bug
2019-03-18 10:15:33 +08:00
.github [Update] 修改图标 2018-09-05 10:53:12 +08:00
apps [Feature] 添加资产用户管理器 (#2489) 2019-03-18 10:15:33 +08:00
data [Igore] force 2018-03-06 18:54:58 +08:00
docs Merge branch 'stable' into dev 2019-03-04 10:47:31 +08:00
logs Add new directory logs 2016-09-04 12:37:42 +08:00
requirements [Update] 用户资产添加缓存 2019-03-04 20:45:57 +08:00
tmp [Igore] force 2018-03-06 18:54:58 +08:00
utils [Update] 权限页面增加过滤规则 (#2349) 2019-01-15 19:01:33 +08:00
.dockerignore [Docker] For docker update 2017-12-26 01:54:10 +08:00
.gitignore Config (#2322) 2019-01-07 18:55:02 +08:00
Dockerfile [Update] 修改Dockerfile 优先使用阿里云镜像 2019-02-14 16:23:56 +08:00
LICENSE [Demo] update demo mode code 2017-06-19 17:59:13 +08:00
README.md [Update] bugfix 2019-03-11 10:27:40 +08:00
build.sh [Update] 维护统一的migrations 2018-11-13 15:57:44 +08:00
config_example.yml [Update] config example增加radius 2019-03-01 18:21:14 +08:00
entrypoint.sh [Update] 添加jms日志和修改entrypoint 2019-02-22 16:33:27 +08:00
jms [Update] 添加jms日志和修改entrypoint 2019-02-22 16:33:27 +08:00
run_server.py [Update] 管理脚本 2018-03-19 11:26:51 +08:00

README.md

Jumpserver

Python3 Django Ansible Paramiko


Jumpserver是全球首款完全开源的堡垒机使用GNU GPL v2.0开源协议,是符合 4A 的专业运维审计系统。

Jumpserver使用Python / Django 进行开发,遵循 Web 2.0 规范,配备了业界领先的 Web Terminal 解决方案,交互界面美观、用户体验好。

Jumpserver采纳分布式架构支持多机房跨区域部署中心节点提供 API各机房部署登录节点可横向扩展、无并发限制。

改变世界,从一点点开始。


功能

Jumpserver功能

开始使用

快速开始文档 Docker安装

一步一步安装文档 详细部署

也可以查看我们完整文档包括了使用和开发 文档

Demo 和 截图

我们提供了DEMO和截图可以让你快速了解Jumpserver

DEMO 截图

SDK

我们还编写了一些SDK供你其它系统快速和Jumpserver APi交互

  • python Jumpserver其它组件使用这个SDK完成交互
  • java 恺珺同学提供的Java版本的SDK

Copyright (c) 2014-2019 Beijing Duizhan Tech, Inc., All rights reserved.

Licensed under The GNU General Public License version 2 (GPLv2) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.gnu.org/licenses/gpl-2.0.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.