GitLabCLoud

{
    "Version": "2012-10-17",
    "Statement": [
      {
        "Sid": "EnforceTrustedOIDCTenantGitLabCLoud",
        "Effect": "Deny",
        "Principal": "*",
        "Action": "sts:AssumeRoleWithWebIdentity",
        "Resource": "*",
        "Condition": {
          "StringNotLikeIfExists": {
            "gitlab.com:sub": "project_path:<mygroup>/*"
          },
          "Null": {
            "gitlab.com:sub": "false"
          }
        }
      }
    ]
  }

最后更新于