Skip to content

Commit d84ff35

Browse files
committed
minor: runtime release V2.1.4
1 parent e1134fb commit d84ff35

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

runtime/bk-plugin-runtime/bk_plugin_runtime/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
specific language governing permissions and limitations under the License.
1010
"""
1111

12-
__version__ = "2.1.2"
12+
__version__ = "2.1.3"

runtime/bk-plugin-runtime/bk_plugin_runtime/config/default.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
"apigw_manager.apigw.authentication.ApiGatewayJWTUserMiddleware", # JWT 透传的用户信息
7878
)
7979

80+
# 用户认证
81+
AUTHENTICATION_BACKENDS += ("bk_plugin_runtime.packages.apigw.backends.APIGWUserModelBackend",) # noqa
8082

8183
# 所有环境的日志级别可以在这里配置
8284
# LOG_LEVEL = 'INFO'

runtime/bk-plugin-runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-plugin-runtime"
3-
version = "2.1.3rc4"
3+
version = "2.1.3"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)