{"id":20282540,"url":"https://github.com/veops/acl","last_synced_at":"2026-02-28T02:01:59.830Z","repository":{"id":181980383,"uuid":"667746749","full_name":"veops/acl","owner":"veops","description":"A general permission control management system","archived":false,"fork":false,"pushed_at":"2025-08-16T15:47:38.000Z","size":4448,"stargazers_count":16,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-16T17:32:55.103Z","etag":null,"topics":["acl","flask","permission-management","python","rbac","vue"],"latest_commit_sha":null,"homepage":"https://veops.cn","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-18T08:01:53.000Z","updated_at":"2025-08-16T15:47:41.000Z","dependencies_parsed_at":"2024-03-25T04:32:33.280Z","dependency_job_id":"bfdca512-daf8-4592-b2c0-fb019e6074a7","html_url":"https://github.com/veops/acl","commit_stats":null,"previous_names":["veops/acl"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/veops/acl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veops%2Facl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veops%2Facl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veops%2Facl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veops%2Facl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veops","download_url":"https://codeload.github.com/veops/acl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veops%2Facl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29922721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acl","flask","permission-management","python","rbac","vue"],"created_at":"2024-11-14T14:10:14.882Z","updated_at":"2026-02-28T02:01:59.812Z","avatar_url":"https://github.com/veops.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![License](https://img.shields.io/badge/License-Apache2.0-brightgreen)](https://github.com/veops/cmdb/blob/master/LICENSE)\n[![UI](https://img.shields.io/badge/UI-Ant%20Design%20Pro%20Vue-brightgreen)](https://github.com/sendya/ant-design-pro-vue)\n[![API](https://img.shields.io/badge/API-Flask-brightgreen)](https://github.com/pallets/flask)\n\n[English](docs/README_en.md) / [中文](README.md)\n- 产品介绍：\u003ca href=\"https://mp.weixin.qq.com/s/nFdLJnxkiLYOJlgyuqQ2LQ\" target=\"_blank\"\u003e一个简单通用的权限管理系统设计与实践\u003c/a\u003e\n- 在线体验：\u003ca href=\"https://cmdb.veops.cn/acl\" target=\"_blank\"\u003eACL\u003c/a\u003e\n  - username: admin\n  - password: 123456\n\n\u003e **重要提示**: `master` 分支在开发过程中可能处于 _不稳定的状态_ 。\n\u003e 请通过[releases](https://github.com/veops/acl/releases)获取\n\n## 系统介绍\n\n### 整体架构\n\n\u003cimg src=docs/images/infra.jpg /\u003e\n\n### 主要功能\n\n- 基于角色、权限、资源的访问控制\n  - 角色继承，分为全局角色和应用角色\n  - 可定义资源组\n- 支持接入多个应用，权限可按应用实现完全隔离\n- 支持触发器，灵活定义权限规则\n- 操作日志审计\n- 提供REST API, 方便接入\n\n### 相关文档\n\n- \u003ca href=\"acl-api/example.py\" target=\"_blank\"\u003e接入示例\u003c/a\u003e \n\n### 更多功能\n\n\u003e 也欢迎移步[维易科技官网](https://veops.cn)，发现更多免费运维系统。\n\n\n## 安装\n\n### Docker一键快速构建\n- 进入主目录（先安装 docker 环境）\n\n```\ndocker-compose up -d\n```\n\n- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)\n- username: admin \n- password: 123456\n\n### [本地搭建](docs/local.md)\n\n### [Makefile 安装](docs/makefile.md)\n\n---\n\n_**欢迎关注公众号(维易科技OneOps)，关注后可加入微信群，进行产品和技术交流。**_\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/wechat.png\" alt=\"公众号: 维易科技OneOps\" /\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveops%2Facl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveops%2Facl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveops%2Facl/lists"}