bk-iam icon indicating copy to clipboard operation
bk-iam copied to clipboard

BK-IAM is a centralized permission management service provided by The Tencent BlueKing; based on ABAC

Results 5 bk-iam issues
Sort by recently updated
recently updated
newest added

## 变更点(Changes) - xxxx ## 相关issues (Which issues this PR fixes) - Fixes # ## 备注(Special notes)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

希望能加一个外部的合作伙伴组织可供选择

代码:https://github.com/TencentBlueKing/bk-iam/blob/master/pkg/database/utils.go 使用场景: ```go // 生成统一的DB事务 tx, err := database.GenerateDefaultDBTx() defer database.RollBackWithLog(tx) // err如果不为nil,tx会为nil if err != nil { err = errorWrapf(err, "define tx fail") return } ``` ```go // RollBackWithLog...

## 变更点(Changes) - pkg/api/model/router Register 方法 上层路由组前缀为 /api/v1/model 但是在 所有的 handler api doc 中 全为/api/v1/systems 会导致生成的 api doc 路径不对