ECR 的 OIDC 身份验证失败日志
我正在尝试将 OIDC 与 bitbucket 管道和 AWS/ECR 结合使用。我通常会收到以下错误: An error occurred (UnrecognizedClientException) when calling the DescribeRepositories operation: The security token included in the request is invalid. 我尝试过基本的云跟踪,但似乎没有获取 ECR OIDC 登录信息。如何获取 AWS 中联合凭证的更详细身份验证日志?Bitbucket-pipelin...