Update README.md

pull/12928/head
Bryan 2024-04-01 18:38:59 +08:00 committed by GitHub
parent 169254a1c7
commit 99c94166bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 44 deletions

View File

@ -30,17 +30,6 @@ _[To-do]: Need to design the graphics._
- [Installation](#installation)
- [Product Architecture & Components](#product-architecture--components)
- [Features](#features)
- [`1` User Authentication Supporting Integration with Multiple Single Sign-On Systems](#1-user-authentication-supporting-integration-with-multiple-single-sign-on-systems)
- [`2` User Management Based on Role-based Access Control](#2-user-management-based-on-role-based-access-control)
- [`3` Asset Management of Everything is an Asset](#3-asset-management-of-everything-is-an-asset)
- [`4` Asset Account Management](#4-asset-account-management)
- [`5` Asset Authorization Management](#5-asset-authorization-management)
- [`6` Asset Permission Management Based Access Control Logic](#6-asset-permission-management-based-access-control-logic)
- [`7` Remote Application Management for Everything](#7-remote-application-management-for-everything)
- [`8` Support for Multiple Asset Connection Methods](#8-support-for-multiple-asset-connection-methods)
- [`9` Comprehensive and Detailed User Behavior Audit System](#9-comprehensive-and-detailed-user-behavior-audit-system)
- [`10` Organization Management with Resource Isolation](#10-organization-management-with-resource-isolation) [![][version-ee-shield-badge]][official-website-en-link]
- [`11` Ticket Management](#11-ticket-management) [![][version-ee-shield-badge]][official-website-en-link]
- [Contributing](#contributing)
- [Security](#security)
- [License](#license)
@ -144,8 +133,8 @@ _[To-do]: Need to design the graphics._
#### Supporting Components
| Project | Status | Description |
|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
| [Lina](https://github.com/jumpserver/lina) | <a href="https://github.com/jumpserver/lina/releases"><img alt="Lina release" src="https://img.shields.io/github/release/jumpserver/lina.svg" /></a> | JumpServer Web UI
|--------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| [Lina](https://github.com/jumpserver/lina) | <a href="https://github.com/jumpserver/lina/releases"><img alt="Lina release" src="https://img.shields.io/github/release/jumpserver/lina.svg" /></a> | JumpServer Web UI |
| [Luna](https://github.com/jumpserver/luna) | <a href="https://github.com/jumpserver/luna/releases"><img alt="Luna release" src="https://img.shields.io/github/release/jumpserver/luna.svg" /></a> | JumpServer Web Terminal |
| [KoKo](https://github.com/jumpserver/koko) | <a href="https://github.com/jumpserver/koko/releases"><img alt="Koko release" src="https://img.shields.io/github/release/jumpserver/koko.svg" /></a> | JumpServer Character Protocol Connector |
| [Lion](https://github.com/jumpserver/lion-release) | <a href="https://github.com/jumpserver/lion-release/releases"><img alt="Lion release" src="https://img.shields.io/github/release/jumpserver/lion-release.svg" /></a> | JumpServer Graphical Protocol Connector, dependent on [Apache Guacamole](https://guacamole.apache.org/) |
@ -162,28 +151,21 @@ _[To-do]: Need to design the graphics._
JumpServer consists of multiple key components, which collectively form the functional framework of JumpServer, providing users with comprehensive capabilities for operations management and security control.
## Features
Below are the features supported by JumpServer, covering various aspects of operations management and security control, providing you with a comprehensive solution.
### `1` User Authentication Supporting Integration with Multiple Single Sign-On Systems
1. User Authentication Supporting Integration with Multiple Single Sign-On Systems (SSO)
2. User Management Based on Role-based Access Control (RBAC)
3. Asset Management of Everything is an Asset
4. Asset Account Management
5. Asset Authorization Management
6. Asset Permission Management Based Access Control Logic (ACL)
7. Remote Application Management for Everything
8. Support for Multiple Asset Connection Methods
9. Comprehensive and Detailed User Behavior Audit System
10. [![][version-ee-shield-badge]][official-website-en-link] Organization Management with Resource Isolation
11. [![][version-ee-shield-badge]][official-website-en-link] Ticket Management
### `2` User Management Based on Role-based Access Control
### `3` Asset Management of Everything is an Asset
### `4` Asset Account Management
### `5` Asset Authorization Management
### `6` Asset Permission Management Based Access Control Logic
### `7` Remote Application Management for Everything
### `8` Support for Multiple Asset Connection Methods
### `9` Comprehensive and Detailed User Behavior Audit System
### `10` Organization Management with Resource Isolation
### `11` Ticket Management
For details, [See Docs][docs-link].
## Contributing
Welcome to submit PR to contribute. Please refer to CONTRIBUTING.md for guidelines.