feat: Add support for AWS Route 53 DNS provider#11158
feat: Add support for AWS Route 53 DNS provider#11158ssongliu merged 1 commit into1Panel-dev:dev-v2from
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
该功能已在 1Panel V2 版本中支持,建议您参考官方文档提供的 迁移方案 升级至 V2 最新版本体验。 |

What this PR does / why we need it?
Add support for AWS Route 53 as a DNS provider, enabling automatic DNS-01 validation via ACME.
Close #10562
Summary of your change
Added
AWSRoute53DNS type in backend and integrated lego’s Route53 provider.Updated go.mod/go.sum with AWS SDK dependencies.
Updated frontend UI and i18n to support the new DNS provider option.
Testing
Route 53 DNS-01 flow has been fully validated:
Please indicate you've done the following: