[GH-ISSUE #568] [Bug] AWS-ACM部署证书时报错 #372

Closed
opened 2026-03-03 01:02:50 +03:00 by kerem · 0 comments
Owner

Originally created by @andyhau520 on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/568

软件版本 / Release Version

0.3.6

缺陷描述 / Description

在工作流中,申请完证书后,执行AWS-ACM部署证书时报错,无法完成AWS-ACM上的SSL证书创建或更新。
AWS-ACM授权如下:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": "acm:*",
            "Resource": "*"
        }
    ]
}

Image

复现步骤 / Steps to reproduce

工作流步骤:
1.申请证书
2.部署-调用AWS-ACM

日志 / Logs

[2025-03-27 14:58:24]
ready to deploy ...
[2025-03-27 14:58:24]
sdk request 'acm.ListCertificates'
request:
{"CertificateStatuses":null,"Includes":null,"MaxItems":1000,"NextToken":"","SortBy":"","SortOrder":""}
response:
null
[2025-03-27 14:58:24]
failed to deploy
[2025-03-27 14:58:24]
failed to upload certificate file: failed to execute sdk request 'acm.ListCertificates': operation error ACM: ListCertificates, https response error StatusCode: 400, RequestID: 211d72d7-25c8-4904-bd4b-4178d96b4b41, ValidationException: 1 validation error detected: Value of the input at 'nextToken' failed to satisfy constraint: Member must have length greater than or equal to 1

其他 / Miscellaneous

No response

Originally created by @andyhau520 on GitHub (Mar 27, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/568 ### 软件版本 / Release Version 0.3.6 ### 缺陷描述 / Description 在工作流中,申请完证书后,执行AWS-ACM部署证书时报错,无法完成AWS-ACM上的SSL证书创建或更新。 AWS-ACM授权如下: ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": "acm:*", "Resource": "*" } ] } ``` ![Image](https://github.com/user-attachments/assets/1c8bae31-157a-49b1-9bd9-5dd468cbfbeb) ### 复现步骤 / Steps to reproduce 工作流步骤: 1.申请证书 2.部署-调用AWS-ACM ### 日志 / Logs <details> ```console [2025-03-27 14:58:24] ready to deploy ... [2025-03-27 14:58:24] sdk request 'acm.ListCertificates' request: {"CertificateStatuses":null,"Includes":null,"MaxItems":1000,"NextToken":"","SortBy":"","SortOrder":""} response: null [2025-03-27 14:58:24] failed to deploy [2025-03-27 14:58:24] failed to upload certificate file: failed to execute sdk request 'acm.ListCertificates': operation error ACM: ListCertificates, https response error StatusCode: 400, RequestID: 211d72d7-25c8-4904-bd4b-4178d96b4b41, ValidationException: 1 validation error detected: Value of the input at 'nextToken' failed to satisfy constraint: Member must have length greater than or equal to 1 ``` </details> ### 其他 / Miscellaneous _No response_
kerem 2026-03-03 01:02:50 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#372
No description provided.