Untitled

 avatar
master007
plain_text
2 months ago
658 B
4
Indexable
{
    "Version": "2012-10-17",
    "Statement": [
      {
        "Effect": "Allow",
        "Principal": {
          "Federated": "arn:aws:iam::357171621133:oidc-provider/token.actions.githubusercontent.com"
        },
        "Action": "sts:AssumeRoleWithWebIdentity",
        "Condition": {
          "StringEquals": {
            "token.actions.githubusercontent.com:sub": [
              "repo:RekhuGopal/GitHub-Action-OIDCConnect:pull_request",
              "repo:RekhuGopal/GitHub-Action-OIDCConnect:ref:refs/heads/main"
            ],
            "token.actions.githubusercontent.com:aud": "sts.amazonaws.com"
          }
        }
      }
    ]
  }
Editor is loading...
Leave a Comment