Skip to content

Commit 5975d59

Browse files
authored
fix(apigw-manager): fix stage plugin config render (#257)
1 parent ceaf253 commit 5975d59

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

sdks/apigw-manager/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 = "apigw-manager"
3-
version = "4.2.2"
3+
version = "4.2.3"
44
description = "The SDK for managing blueking gateway resource."
55
readme = "README.md"
66
authors = ["blueking <blueking@tencent.com>"]

sdks/apigw-manager/src/apigw_manager/drf/management/commands/data/definition.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ stages:
5555
{% for plugin_config in settings.BK_APIGW_STAGE_PLUGIN_CONFIGS %}
5656
- type: {{ plugin_config.type }}
5757
yaml: |-
58+
{% autoescape off %}
5859
{{ plugin_config.yaml }}
60+
{% endautoescape %}
5961
{% endfor %}
6062
{% endif %}
6163
{% if settings.BK_APIGW_STAGE_ENABLE_MCP_SERVERS %}

0 commit comments

Comments
 (0)