Skip to content

Add Volcengine provider configuration support#16

Merged
No-Github merged 3 commits intomasterfrom
copilot/add-volcengine-configuration-support
Jan 23, 2026
Merged

Add Volcengine provider configuration support#16
No-Github merged 3 commits intomasterfrom
copilot/add-volcengine-configuration-support

Conversation

Copy link
Contributor

Copilot AI commented Jan 23, 2026

Volcengine templates are now available in redc-template. The engine needs corresponding AKSK configuration support.

Changes

  • mod/config.go: Added Volcengine provider struct with VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY, and region fields following existing provider patterns
  • README.md / README_CN.md: Added Volcengine configuration examples and environment variable documentation
  • .gitignore: Added red-cloud binary exclusion

Configuration

providers:
  volcengine:
    VOLCENGINE_ACCESS_KEY: "AKIDXXXXXXXXXXXXXXXX"
    VOLCENGINE_SECRET_KEY: "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW"
    region: "cn-beijing"

Environment variables VOLCENGINE_ACCESS_KEY and VOLCENGINE_SECRET_KEY are automatically bound when config is loaded.

Original prompt

This section details on the original issue you should resolve

<issue_title>[需求] 配置文件需要支持火山引擎</issue_title>
<issue_description>目前模版库已提交火山引擎相关场景
https://github.com/wgpsec/redc-template/pull/15/files
https://github.com/wgpsec/redc-template/blob/copilot/implement-ecs-scene-volcengine/volcengine/ecs/main.tf

在 redc 引擎配置文件中也需要支持火山引擎的 aksk 配置</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 23, 2026 09:15
Co-authored-by: No-Github <18167071+No-Github@users.noreply.github.com>
Co-authored-by: No-Github <18167071+No-Github@users.noreply.github.com>
Copilot AI changed the title [WIP] Add volcengine support in redc engine configuration Add Volcengine provider configuration support Jan 23, 2026
Copilot AI requested a review from No-Github January 23, 2026 09:18
@No-Github No-Github marked this pull request as ready for review January 23, 2026 09:31
@No-Github No-Github merged commit f15b96f into master Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[需求] 配置文件需要支持火山引擎

2 participants