{"id":19283844,"url":"https://github.com/tencentblueking/bk-iam","last_synced_at":"2025-04-05T16:06:11.864Z","repository":{"id":37098934,"uuid":"385188473","full_name":"TencentBlueKing/bk-iam","owner":"TencentBlueKing","description":"BK-IAM is a centralized permission management service provided by The Tencent BlueKing; based on ABAC","archived":false,"fork":false,"pushed_at":"2025-03-21T22:08:35.000Z","size":31504,"stargazers_count":76,"open_issues_count":4,"forks_count":45,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T15:04:56.599Z","etag":null,"topics":["abac","bk-iam","iam"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TencentBlueKing.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"License.txt","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}},"created_at":"2021-07-12T09:09:09.000Z","updated_at":"2025-02-26T02:11:40.000Z","dependencies_parsed_at":"2023-02-17T02:45:54.745Z","dependency_job_id":"9eb3a10d-d7af-4c1e-8193-ef62065e201f","html_url":"https://github.com/TencentBlueKing/bk-iam","commit_stats":{"total_commits":452,"total_committers":8,"mean_commits":56.5,"dds":0.5243362831858407,"last_synced_commit":"3a4635ae1862a3d3302afcf9abc3b482c86ac9df"},"previous_names":[],"tags_count":80,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-iam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-iam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-iam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TencentBlueKing%2Fbk-iam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TencentBlueKing","download_url":"https://codeload.github.com/TencentBlueKing/bk-iam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361621,"owners_count":20926643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["abac","bk-iam","iam"],"created_at":"2024-11-09T21:35:29.503Z","updated_at":"2025-04-05T16:06:11.802Z","avatar_url":"https://github.com/TencentBlueKing.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](docs/resource/img/bk_iam_zh.png)\n---\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/TencentBlueKing/bk-iam/blob/master/LICENSE.txt) [![Release Version](https://img.shields.io/badge/release-1.8.1-brightgreen.svg)](https://github.com/TencentBlueKing/bk-iam/releases) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TencentBlueKing/bk-iam/pulls)\n\n[(English Documents Available)](readme_en.md)\n\n## Overview\n\n蓝鲸权限中心（BK-IAM）是蓝鲸智云提供的集中权限管理服务，支持基于蓝鲸开发框架的SaaS和企业第三方系统的权限控制接入，以及支持细粒度的权限管理。\n\n- [架构设计](./docs/overview/architecture.md)\n- [代码目录](./docs/overview/project_codes.md)\n\n## Features\n\n蓝鲸权限中心是基于 ABAC 强大权限模型，结合蓝鲸体系内各种业务场景而研发的通用的权限管控产品，可以满足各种业务场景的权限管控场景。\n\n- 强大的权限模型引擎: 基于强大的 ABAC 权限模型, 能够支持尽可能丰富的业务权限场景。\n- 细粒度的权限控制: 支持实例级别的权限控制粒度\n- 灵活的权限获取方式: 用户可以通过多种途径获取：自定义申请、申请加入用户组、接入系统侧无权限跳转、管理员授权等\n- 权限分级管理: 支持超级管理员、系统管理员、分级管理员三种级别的管理模式。\n- 组织架构权限管理: 支持通过组织架构来管理权限，包括个人、组织的权限管理。\n\n\n## Getting started\n\n- [本地开发环境搭建](./docs/quick_start/develop.md)\n- [部署及运维](https://bk.tencent.com/docs/document/6.0/160/8394) / [日志说明](https://bk.tencent.com/docs/document/6.0/160/8398?r=1)\n- [官方文档: 接入指引](https://bk.tencent.com/docs/document/6.0/160/8391)\n\n## Roadmap\n\n- [版本日志](release.md)\n\n## IAM Repos\n\n- [TencentBlueKing/bk-iam](https://github.com/TencentBlueKing/bk-iam)\n- [TencentBlueKing/bk-iam-saas](https://github.com/TencentBlueKing/bk-iam-saas)\n- [TencentBlueKing/bk-iam-search-engine](https://github.com/TencentBlueKing/bk-iam-search-engine)\n- [TencentBlueKing/bk-iam-cli](https://github.com/TencentBlueKing/bk-iam-cli)\n- [TencentBlueKing/iam-python-sdk](https://github.com/TencentBlueKing/iam-python-sdk)\n- [TencentBlueKing/iam-go-sdk](https://github.com/TencentBlueKing/iam-go-sdk)\n- [TencentBlueKing/iam-php-sdk](https://github.com/TencentBlueKing/iam-php-sdk)\n- [TencentBlueKing/iam-java-sdk](https://github.com/TencentBlueKing/iam-java-sdk)\n\n## Support\n\n- [蓝鲸论坛](https://bk.tencent.com/s-mart/community)\n- [蓝鲸 DevOps 在线视频教程](https://bk.tencent.com/s-mart/video/)\n- 联系我们，技术交流QQ群：\n\n\u003cimg src=\"https://github.com/Tencent/bk-PaaS/raw/master/docs/resource/img/bk_qq_group.png\" width=\"250\" hegiht=\"250\" align=center /\u003e\n\n\n## BlueKing Community\n\n- [BK-CI](https://github.com/Tencent/bk-ci)：蓝鲸持续集成平台是一个开源的持续集成和持续交付系统，可以轻松将你的研发流程呈现到你面前。\n- [BK-BCS](https://github.com/Tencent/bk-bcs)：蓝鲸容器管理平台是以容器技术为基础，为微服务业务提供编排管理的基础服务平台。\n- [BK-PaaS](https://github.com/Tencent/bk-PaaS)：蓝鲸PaaS平台是一个开放式的开发平台，让开发者可以方便快捷地创建、开发、部署和管理SaaS应用。\n- [BK-SOPS](https://github.com/Tencent/bk-sops)：标准运维（SOPS）是通过可视化的图形界面进行任务流程编排和执行的系统，是蓝鲸体系中一款轻量级的调度编排类SaaS产品。\n- [BK-CMDB](https://github.com/Tencent/bk-cmdb)：蓝鲸配置平台是一个面向资产及应用的企业级配置管理平台。\n\n## Contributing\n\n如果你有好的意见或建议，欢迎给我们提 Issues 或 Pull Requests，为蓝鲸开源社区贡献力量。\n\n## License\n\n基于 MIT 协议， 详细请参考[LICENSE](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-iam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencentblueking%2Fbk-iam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencentblueking%2Fbk-iam/lists"}