Skip to content

Commit

Permalink
build: add bkpkg yaml of api and saas
Browse files Browse the repository at this point in the history
  • Loading branch information
nannan00 committed Dec 27, 2023
1 parent 784d39d commit 29426fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/api/bkpkg-usermgr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
bkpkg: v1
name: usermgr
type: file+tar
description: 用户管理后台。
contains:
relations:
- rationale: "基础权限体系"
requires:
- bkiam^1.12.0
- rationale: "ESB"
requires:
- "bkpaas^2.14.0 OR bk-apigateway^1.12.0"
bkimports:
10 changes: 10 additions & 0 deletions src/saas/bkpkg-bk_user_manage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bkpkg: v1
name: bk_user_manage
type: smart
description: 用户管理应用
contains:
relations:
- rationale: "用户管理后台,应该维持相同版本。"
requires:
- usermgr=__SAME_VERSION__
bkimports:

0 comments on commit 29426fe

Please sign in to comment.