We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062b206 commit 20be897Copy full SHA for 20be897
1 file changed
bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/data/api-definition.yml
@@ -16,12 +16,12 @@ stage:
16
plugin_configs:
17
- type: bk-cors
18
yaml: |-
19
- allow_origins: {{ settings.BK_APIGW_CORS_ALLOW_ORIGINS }}
20
- allow_methods: {{ settings.BK_APIGW_CORS_ALLOW_METHODS }}
21
- allow_headers: {{ settings.BK_APIGW_CORS_ALLOW_HEADERS }}
+ allow_origins: '{{ settings.BK_APIGW_CORS_ALLOW_ORIGINS }}'
+ allow_methods: '{{ settings.BK_APIGW_CORS_ALLOW_METHODS }}'
+ allow_headers: '{{ settings.BK_APIGW_CORS_ALLOW_HEADERS }}'
22
expose_headers: ''
23
max_age: 86400
24
allow_credential: true
25
26
release:
27
- comment: "auto release by bk-plugin-runtime"
+ comment: "auto release by bk-plugin-runtime"
0 commit comments