简体   繁体   English

OpenIDConnect 提供商的 HTTPS 证书与配置的指纹不匹配

[英]OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint

githubActions 连接到 aws 凭证

- name: Configure AWS credentials
        uses: aws-actions/configure-aws-credentials@master
        with:
          role-to-assume: ${{secrets.ARN_GITHUB_ACTIONS_ROLE_UAT}}
          aws-region: ${{secrets.AWS_REGION}}

Here is where I got the error and I don't have access to access cloud trails to see the history,it's possible that someone changed the credentials or delete the role?这是我收到错误的地方,我无权访问云轨迹以查看历史记录,可能有人更改了凭据或删除了角色?

You shuld update your Thumbprints in AWS.您应该在 AWS 中更新指纹。 In this link you can find how to create your thumbprints.在此链接中,您可以找到如何创建指纹。 Obtaining the thumbprint for an OpenID Connect Identity Provider . 获取 OpenID Connect 身份提供者的指纹 After that之后

  • Go to your IAM Identity Providers Go 给您的IAM 身份提供商
  • Choos your provider选择您的供应商
  • Manage Thumbprints管理指纹
  • Update the thumbprint with the one you optaind following the Obtaining the thumbprint for an OpenID Connect Identity Provider在获取 OpenID Connect 身份提供商的指纹后,使用您选择的指纹更新指纹

Note that GitHub (accidentally) updated their thumbprint recently, so the result is now 6938fd4d98bab03faadb97b34396831e3780aea1请注意,GitHub(不小心)最近更新了他们的指纹,所以现在的结果是 6938fd4d98bab03faadb97b34396831e3780aea1

More details here https://github.blog/changelog/2022-01-13-github-actions-update-on-oidc-based-deployments-to-aws/更多细节在这里https://github.blog/changelog/2022-01-13-github-actions-update-on-oidc-based-deployments-to-aws/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Github 操作:OpenIDConnect 提供商的 HTTPS 证书与配置的指纹不匹配 - Github actions: OpenIDConnect provider's HTTPS certificate doesn't match configured thumbprint 使用 Gitlab 获取 OpenIDConnect 提供商的 HTTPS 证书 - Getting OpenIDConnect provider's HTTPS certificate with Gitlab 从 pyspark 访问 s3 时,亚马逊存储桶的证书不匹配 - Certificate for amazon bucket doesn't match while accessing s3 from pyspark 如何通过 ARM 模板获取证书的指纹 - How to get the thumbprint of a certificate via ARM templates 证书<x.x.x.x>不匹配任何主题替代名称</x.x.x.x> - Certificate for <x.x.x.x> doesn't match any of the subject alternative names https 通过云端和 AWS 的 S3 存储桶不起作用 - https via cloudfront and S3 bucket of AWS doesn't work 无服务器错误 AWS 配置文件“”似乎没有配置? - Serverless Error AWS profile "" doesn't seem to be configured? Minio STS:提供程序 jwt 不存在 - Minio STS: provider jwt doesn't exist AWS S3 POST 策略内容长度范围不适用于精确的文件大小匹配 - AWS S3 POST Policy content-length-range doesn't work for exact file size match 主机名/IP 与证书的别名不匹配:POSTMAN - Hostname/IP does not match certificate's altnames: POSTMAN
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM